Skip to content
GreenKn1ght edited this page Aug 15, 2016 · 2 revisions

TGit has several GitFlow options: "Develop branch prefix", "Feature branches prefix", "Master branch prefix", "Release branches prefix". These options determine the prefix of the branches used in the gitflow branching model. http://nvie.com/posts/a-successful-git-branching-model/

TGit also has an option to specify a default commit message. You can change this to regular text or use the folowing macros: https://msdn.microsoft.com/en-us/library/c02as0cs.aspx

Clone this wiki locally