Created
March 26, 2018 16:50
-
-
Save stewmi/1c0422c0048033b6b83bbb50d23b6443 to your computer and use it in GitHub Desktop.
Git Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Mike Steward | |
email = [email protected] | |
[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