Skip to content

Instantly share code, notes, and snippets.

@vjwilson
Last active February 28, 2016 12:22
Show Gist options
  • Save vjwilson/1a7a171313c30655da08 to your computer and use it in GitHub Desktop.
Save vjwilson/1a7a171313c30655da08 to your computer and use it in GitHub Desktop.
Sample .gitconfig
[user]
name = Van J. Wilson
email = [email protected]
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
dc = diff --cached
lg = log -p
tn = tag -n
who = shortlog -s --
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[push]
default = current
[core]
editor = /usr/bin/vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment