Skip to content

iampluque/learn-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages