Created
August 25, 2011 13:36
-
-
Save etiennebarrie/1170677 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [branch] | |
| # git checkout foo automatically checks out origin/foo and names it foo and sets tracking branch. | |
| autosetupmerge = true | |
| # automatically set tracking branch to rebase instead of merge | |
| autosetuprebase = always | |
| [diff] | |
| # automatically detects renames | |
| renames = true | |
| [rebase] | |
| # automatically sets --autosquash when rebasing interactively | |
| # autosquash automatically reorders based on fixup! or squash! prefixes in commit message | |
| autosquash = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment