-
-
Save bcmiller/4d68a35f959a6cdbb2e1 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
BILL-MILLERs-MacBook:mainline bill$ cat .git/config | |
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
[remote "origin"] | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
url = [email protected]:allplayers-mainline/allplayers-mainline.git | |
[branch "master"] | |
remote = origin | |
merge = refs/heads/master | |
[alias] | |
qatag = !git tag qa-`date \"+%Y%m%d%H%M\"` | |
prodtag = !git tag prod-`date \"+%Y%m%d%H%M\"` | |
milg = !git log --pretty=oneline --abbrev-commit master..integration | |
lg = !git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative | |
[remote "mainline"] | |
url = [email protected]:allplayers-mainline/allplayers-mainline.git | |
fetch = +refs/heads/*:refs/remotes/mainline/* | |
[branch "opf2"] | |
remote = origin | |
merge = refs/heads/prodfix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment