Git Book

From Rixort Wiki
Revision as of 09:55, 9 September 2020 by Paul (talk | contribs) (Created page with "Notes for upcoming book on Git. == Stashing changes == * <code>git stash</code> * <code>git stash pop</code> * Allows you to switch branches when you are mid-flow * Can move...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes for upcoming book on Git.

Stashing changes

  • git stash
  • git stash pop
  • Allows you to switch branches when you are mid-flow
  • Can move changes from one branch to another if you start work on the wrong branch