Skip to content

tanya5895/LearnGit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 

Repository files navigation

Learn Git

Steps to be a part of this repo:

  • Fork this repo using the button on top.
  • Clone the repo forked repo.
  • Create a branch using git checkout -b <your_name>
  • Add your name to the end of wall_of_fame.md
  • Add the file to the staging area git add .
  • Commit your changes git commit -m "Add <yourname>"
  • Push it to origin git push origin <yourname>
  • Click the compare and submit pull request button
  • Wait for your commit to get merged

You're done!

Addendum:

I mentioned in class that you can download the zip and start running the git commands. I was wrong. It won't work. You have to clone the repo to get the git info associated with it.

About

Learn Git through practice!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors