Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git

 Git

sjonnet

May 15, 2019
Tweet

More Decks by sjonnet

Other Decks in Technology

Transcript

  1. Fork and Branch • Forking is useful for creating a

    repository to maintain branches that you don't want or are not yet ready to share. • Branching for feature and bug fixing helps keep work isolated from more stable branches and allows the developer to commit often and push often.
  2. Rebase • Rebase was designed to specifically help with the

    sequence of code commits and progress. Have you looked at your commit history?
  3. Squash • Squash? Wait what this is intended to create

    clean commit's so it makes code reviews easier.