Skip to content

Instantly share code, notes, and snippets.

@stewmi
Created March 26, 2018 16:50
Show Gist options
  • Save stewmi/1c0422c0048033b6b83bbb50d23b6443 to your computer and use it in GitHub Desktop.
Save stewmi/1c0422c0048033b6b83bbb50d23b6443 to your computer and use it in GitHub Desktop.
Git Config
[user]
name = Mike Steward
email = mike@stew.cloud
[color]
ui = true
diff = auto
showbranch = auto
branch = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "status"]
added = yellow
changed = magenta
untracked = red
[credential]
UseHttpPath = true
helper = !aws codecommit credential-helper $@
[credential "https://github.com"]
helper = osxkeychain
[alias]
st = status -sb
cm = commit -am
co = checkout
cb = checkout -b
lg = log --graph --oneline --decorate=short --branches='*'
br = branch
pm = push origin master
[github]
user = stewmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment