Skip to content

Instantly share code, notes, and snippets.

@etiennebarrie
Created August 25, 2011 13:36
Show Gist options
  • Select an option

  • Save etiennebarrie/1170677 to your computer and use it in GitHub Desktop.

Select an option

Save etiennebarrie/1170677 to your computer and use it in GitHub Desktop.
[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