Skip to content

Instantly share code, notes, and snippets.

@alexjpaz
Created February 20, 2013 02:09
Show Gist options
  • Save alexjpaz/4992111 to your computer and use it in GitHub Desktop.
Save alexjpaz/4992111 to your computer and use it in GitHub Desktop.
.gitconfig
[color]
ui = true
[alias]
br = branch --all
fixb = checkout -B _fix
co = checkout
c = commit -c HEAD
cc = !$HOME/.scripts/git/commit-progress-use-current-branch
st=status
sts=status -s .
stu=status -unos
d = diff HEAD
ds = diff --name-status
dd = diff --cached HEAD
dc = diff --cached
tree = log --decorate --graph --abbrev-commit --oneline
forest = log --decorate --graph --abbrev-commit --oneline --all
f = !git forest
ap=add -p
au=add -u
[user]
name = Alex Paz
email = alexander.j.paz@ngc.com
[push]
default = simple
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment