Skip to content

Instantly share code, notes, and snippets.

@konalegi
Created August 17, 2015 17:56
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/831f9cd97542ac6316dd to your computer and use it in GitHub Desktop.
Save konalegi/831f9cd97542ac6316dd to your computer and use it in GitHub Desktop.
git config
[user]
email = jkonalegi@gmail.com
name = Danil Nurgaliev
[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
editor = /usr/bin/vim
quotepath = off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment