Skip to content

Instantly share code, notes, and snippets.

@jafow
Last active June 22, 2016 22:08
Show Gist options
  • Save jafow/9cb000568c0bd3a4ff5b0c8d886e734d to your computer and use it in GitHub Desktop.
Save jafow/9cb000568c0bd3a4ff5b0c8d886e734d to your computer and use it in GitHub Desktop.
git aliases
[user] name = jafow
email = jared.a.fowler@gmail.com
[credential]
helper = cache
help = cache --timeout 1800
[core]
autocrlf = input
safecrlf = true
editor = vim
whitespace = trailing-space,tabwidth=2
[push]
default = simple
[alias]
co = checkout
cob = checkout -b
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short>..
type = cat-file -t
dump = cat-file -p
ga = add
gb = branch
gk = gitk --all&
gx = gitx --all
pum = pull upstream master
pom = pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment