Skip to content

Instantly share code, notes, and snippets.

@bcmiller
Created June 16, 2010 22:05
Show Gist options
  • Save bcmiller/4d68a35f959a6cdbb2e1 to your computer and use it in GitHub Desktop.
Save bcmiller/4d68a35f959a6cdbb2e1 to your computer and use it in GitHub Desktop.
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