Skip to content

Instantly share code, notes, and snippets.

@kogakure
Created March 15, 2013 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kogakure/5170127 to your computer and use it in GitHub Desktop.
Save kogakure/5170127 to your computer and use it in GitHub Desktop.
[alias]
ready = init
some = clone
down = pull
up = push
lost = stash
found = stash pop
overit = stash clear
in = add
out = rm
done = commit -m
it = commit -m
find = grep
wasted = reset HEAD
fuckedup = reset --hard
with = merge
real = rebase
home = checkout master
this = checkout
here = checkout
that = checkout -
there = checkout -
meow = status
wtf = status
what = diff
huh = diff
bah = blame
damnit = blame
eh = config --get-regexp alias
[apply]
whitespace = nowarn
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[branch]
autosetupmerge = true
[core]
editor = /usr/bin/vim
[commit]
template = /Users/you/.gitmessage.txt
[diff]
tool = vimdiff
[user]
initials = YN
name = Your Name
email = your@email.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment