Skip to content

cs3157/hack3157-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Git Started!

  1. git clone

  2. git ls-files

  3. git add

  4. git commit

  5. git log (--stat)

  6. .gitignore

  7. git remove (--cached)

  8. git reset (--hard) “commit hash“

  9. git checkout -- "filename"

  10. git checkout "commit hash"

  11. git rebase

  12. git push

  13. git pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages