Skip to content

Instantly share code, notes, and snippets.

@amsoell
Created February 23, 2020 15:28
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 amsoell/271687848ae87051745212c88a2dd0d2 to your computer and use it in GitHub Desktop.
Save amsoell/271687848ae87051745212c88a2dd0d2 to your computer and use it in GitHub Desktop.
[user]
name = Andy Soell
useConfigOnly = true
email = andy@teamsoell.com
[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