Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 276 Bytes

git-commands.md

File metadata and controls

28 lines (28 loc) · 276 Bytes

Git commands to learn:

  • clone
  • init
  • add
  • pull
  • push
  • status
  • checkout
  • remote
  • fetch
  • diff
  • rebase [-i]
  • submodule
  • commit
  • reset
  • rm
  • amend
  • cherrypick
  • stash
  • clean
  • ignorelist (.gitignore)
  • fork
  • branch
  • merge
  • orphan branch
  • sqash
  • tag
  • log