Skip to content

Instantly share code, notes, and snippets.

@15Dkatz
Created June 16, 2017 15:50
Show Gist options
  • Save 15Dkatz/22a08fcb15d37b014db02655b5f921ee to your computer and use it in GitHub Desktop.
Save 15Dkatz/22a08fcb15d37b014db02655b5f921ee to your computer and use it in GitHub Desktop.
[user]
email = [INSERT EMAIL]
name = David Katz
[core]
excludesfile = /Users/dkatz/.gitignore
editor = nano
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
dc = diff --cached
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment