Skip to content

Instantly share code, notes, and snippets.

@konalegi
Created July 20, 2014 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konalegi/073a7a5fb896abe0f726 to your computer and use it in GitHub Desktop.
Save konalegi/073a7a5fb896abe0f726 to your computer and use it in GitHub Desktop.
git settings
[color]
diff = auto
status = auto
branch = auto
interactive = auto
[diff]
renamelimit = 0
[merge]
summary = true
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature-
release = release-
hotfix = hotfix-
support = support-
versiontag =
[core]
excludesfile = /Users/jkonalegi/.gitexcludes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment