Skip to content

Instantly share code, notes, and snippets.

@jtgrimes
Created March 10, 2017 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtgrimes/59462e3ef1f22ca94afa4d67055062f1 to your computer and use it in GitHub Desktop.
Save jtgrimes/59462e3ef1f22ca94afa4d67055062f1 to your computer and use it in GitHub Desktop.
Git config
[core]
autocrlf = true
excludesfile = ~\gitignore_global.txt
[user]
name = J.T. Grimes
email = jtgrimes@gmail.com
[alias]
ca = commit --amend
show-files = show --pretty=\"format:%h %s\\\n\" --name-only
lom = log origin/master..
pusho = push origin master
aliases = config --get-regexp alias
lola = log --graph --oneline --decorate
ready = pull --rebase --prune
newbranch = checkout -b
dammit = commit --amend --no-edit
shit = reset HEAD~
yolo = push --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment