Created
January 6, 2020 18:27
-
-
Save mechaneyes/bfdb97f463af2663c04c345e3cd1adc2 to your computer and use it in GitHub Desktop.
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
[filter "lfs"] | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
required = true | |
[user] | |
name = Ray Weitzenberg | |
email = [email protected] | |
[core] | |
excludesfile = /Users/00821817/.gitignore_global | |
editor = "code" | |
[difftool "sourcetree"] | |
cmd = opendiff \"$LOCAL\" \"$REMOTE\" | |
path = | |
[mergetool "sourcetree"] | |
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" | |
trustExitCode = true | |
[commit] | |
template = /Users/00821817/.stCommitMsg | |
[alias] | |
co = checkout | |
br = branch | |
st = status | |
cm = commit -m | |
a = add . | |
l = log -w --graph --decorate --pretty=full --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(bold white)%s%C(reset)%n %C(yellow)%n %w(,9,10)%b %C(dim white)- %an%C(reset)' --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment