| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Git and Branch-per-feature

Page history last edited by Chris Nicola 14 years ago

Very useful pro-git book: http://progit.org/book/

 

 

Notes:

@nvie (twitter) - has a good gitflow article (http://nvie.com/archives/438)

git merge --no-ff (for merging onto an unchanged master)

 

Comments (4)

Chris Nicola said

at 3:23 pm on Apr 10, 2010

Git custom attributes (filters) and clean/smudge process http://progit.org/book/ch7-2.html

Martin Aatmaa said

at 3:10 pm on Apr 18, 2010

Vincent Driessen
A successful Git branching model
http://nvie.com/git-model/

Martin Aatmaa said

at 3:11 pm on Apr 18, 2010

gitflow
Git extensions to provide high-level repository operations for Vincent Driessen's branching model
http://github.com/nvie/gitflow

You don't have permission to comment on this page.