Skip to content

Instantly share code, notes, and snippets.

@gwmccull
Created August 10, 2016 18:26
Show Gist options
  • Save gwmccull/3570bc76e0b11bbf70f0662c4fcf6e17 to your computer and use it in GitHub Desktop.
Save gwmccull/3570bc76e0b11bbf70f0662c4fcf6e17 to your computer and use it in GitHub Desktop.
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
# name = Garrett McCullough
# email = garrett.mccullough@build.com
[user]
name = Garrett McCullough
email = garrett.mccullough@build.com
[alias]
co = checkout
cm = commit
cmanv = commit --no-verify -am
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
pl = pull
ps = push
m = merge
a = add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment