Skip to content

Instantly share code, notes, and snippets.

@thegoldenmule
Created October 28, 2019 22:00
Show Gist options
  • Save thegoldenmule/1712a845fba0a11e13eba44b44d07034 to your computer and use it in GitHub Desktop.
Save thegoldenmule/1712a845fba0a11e13eba44b44d07034 to your computer and use it in GitHub Desktop.
My Git Config
[user]
email = [email protected]
name = thegoldenmule
[alias]
pl = pull
pf = pull --ff-only
ps = push
co = checkout
st = status
cm = commit --verbose -m
ca = commit --amend
aa = add --all
di = diff
b = branch
bm = branch --no-merge
[merge]
tool = vimdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment