Skip to content

Instantly share code, notes, and snippets.

@oker1
Created October 26, 2011 12:30
Show Gist options
  • Save oker1/1316210 to your computer and use it in GitHub Desktop.
Save oker1/1316210 to your computer and use it in GitHub Desktop.
.gitconfig
[branch]
autosetuprebase = always
[push]
default = current
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[alias]
s = status
b = branch
co = checkout
ci = commit
d = diff
l = log
lo = log --pretty=format:'%h <%an> %s'
unstage = "reset HEAD "
hreset = reset --hard
fci = commit --no-verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment