Feel free to make any changes to this repo. Everyone should make 'atleast' 4-5 commits.
git clone <URL of this repo>
Try any command you want especially following commands and search on google to find more about them.
git pull -r origin master
git push origin master
git revert HEAD
git checkout master
git checkout <filename>
git reset HEAD <filename>
- Change the proxy accordingly.
git config --global http.proxy 172.16.0.2:8080
git config --unset http.proxy
- Google the commands you are not sure about.
- Google the errors if you come across any.
##Resources for practicing git