A repository to familiarize qstp students with git and github
- Make a fork of this repository
- Clone your fork to your device
- Create a new branch named
task01(git checkout -b task01) - Create a new file named
yourname.txtin task01 directory with your name and BITS ID as the content (refer to gauravnarula.txt for an example) - Commit the changes and push it to your fork
git push origin task01(read it as push the task01 branch to the remote named origin) - Browse to your repository on Github and submit a pull request