Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 429 Bytes

readme.md

File metadata and controls

20 lines (18 loc) · 429 Bytes

2019 Release Notes - master

Run

. demo.sh <learning session>

Learning sessions (more to come)

  • merge-noff
  • rebase-merge-ff
  • rebase-squash-merge-ff

Advice

  • Rebase everyday
  • Always Rebase before merging (Fix conflicts in your branch)
  • Set your git global settings to ff-only to enforce Rebase behavior
    [merge]
      ff = only
  • Work with Short-Lived branches
  • Code Small Module
  • Communicate