Skip to content

WebarchClub/git_workshop-16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Use all the git taught in the workshop in the repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published