Skip to content

Instantly share code, notes, and snippets.

@caok
Last active December 15, 2015 15:49
Show Gist options
  • Save caok/5284911 to your computer and use it in GitHub Desktop.
Save caok/5284911 to your computer and use it in GitHub Desktop.
[user]
name = xxxx
email = [email protected]
[alias]
co = checkout
ci = commit -a -v
st = status
br = branch
throw = reset --hard HEAD
throwh = reset --hard HEAD^
[color]
ui = true
diff = auto
status = auto
branch = auto
[core]
excludesfile = /home/clark/.gitignore
editor = vim
autocrlf = false
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%an, %cr)%Creset
[branch]
autosetupmerge = true
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment