Skip to content

Instantly share code, notes, and snippets.

@dbgarf
Created September 13, 2017 18:15
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 dbgarf/0974b637115faca9dd6877d1fb5cceab to your computer and use it in GitHub Desktop.
Save dbgarf/0974b637115faca9dd6877d1fb5cceab to your computer and use it in GitHub Desktop.
my .gitconfig
[user]
name = Dan Garfield
email = dbgarf@gmail.com
[alias]
co = checkout
s = status
a = add
d = difftool
c = commit
ca = commit -a
pr = pull --rebase
pom = push origin master
l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[color]
ui = auto
[core]
excludesfile = /home/adstruc/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment