Skip to content

Instantly share code, notes, and snippets.

@july-12
Created December 23, 2013 09:01
Show Gist options
  • Save july-12/8093747 to your computer and use it in GitHub Desktop.
Save july-12/8093747 to your computer and use it in GitHub Desktop.
git config
[user]
name = Tanyb
email = [email protected]
[core]
editor = vim
[alias]
ci = commit -a -v
co = checkout
st = status
br = branch
throw = reset --hard HEAD
throwh = reset --hard HEAD^
[color]
ui = true
[push]
default = current
[merge]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment