Created
February 23, 2020 15:28
-
-
Save amsoell/271687848ae87051745212c88a2dd0d2 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
[user] | |
name = Andy Soell | |
useConfigOnly = true | |
email = [email protected] | |
[alias] | |
branches = branch --format=\" %(HEAD) %(if)%(HEAD)%(then)%(color:bold green)%(else)%(color:nobold white)%(end) %(refname:short) %(color:nobold white)(%(color:bold red)%(objectname)%(color:nobold white))\" | |
[core] | |
excludesfile = ~/.gitignore | |
pager = less -F -X | |
[diff "phpf"] | |
xfuncname = "^[\t ]*(((public|protected|private|static)[\t ]+)*function.*)$\n" | |
[branch] | |
autosetuprebase = always | |
[filter "lfs"] | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
required = true | |
[branch "master"] | |
mergeOptions = --squash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment