Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 955 Bytes

README.md

File metadata and controls

42 lines (38 loc) · 955 Bytes

git_workshop'16

Feel free to make any changes to this repo. Everyone should make 'atleast' 4-5 commits.

Use the clone command to copy this repository to your machine.

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>

Remeber to:

  • 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