TFS is slow.
Better support for branching and merging.
Send me your github credentials.
Install a git client.
Visual studio plugin (ask Bryant)
develop
feature/name
release/futuredate
hotfix/name
release/20131112
hotfix/name
[type]([scope]): [subject] [BLANK LINE] [body] [BLANK LINE] [footer]
Any line of the commit message cannot be longer 100 characters! This allows the message to be easier to read on github as well as in various git tools.
Subject line contains succinct description of the change.
[type]([scope]): [subject]
[type]([scope]): [subject]
Scope could be anything specifying place of the commit change. e.g. EnterpriseApi, PASS, Domain, PlatformServices, etc...
just as in [subject] use imperative, present tense: “change” not “changed” nor “changes”
includes motivation for the change and contrasts with previous behavior
All breaking changes have to be mentioned in footer with the description of the change, justification and migration notes