All Projects → IEEE-VIT → Techloop-A-Plus

IEEE-VIT / Techloop-A-Plus

Licence: MIT license
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

Techloop A+

Introduction

IEEE-VIT introduces it's Techloop series and this repository will contain the session material as well as Tasks concerned with the topic Android App Development.

Instructions

  1. Fork this repository to your account. You will be redirected to your repository with the link https://github.com/<your-username>/techloop-A-plus
  2. Clone that repository. Inside the users folder, make a new folder and name it as your username.
  3. Inside users/<your-username>, create a file about_me.txt and write few lines about yourself.
  4. The directory should look like
├── README.md
└── users
    └── <your-username>
        └── about_me.txt

  1. Make all the changes. push them to your repository using
git add .
git commit -m <your-message>
git push -u origin master
  1. Once this is done, open a pull-request and the PR will be reviewed by one of the seniors and then merged with the repository

Updating your repo

  1. If your repository has the header this repository is behind original repository by 3 commits
  2. do this
git pull https://github.com/IEEE-VIT/techloop-A-plus master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].