Skip to content

Instantly share code, notes, and snippets.

@gyrus
Created July 2, 2012 18:12
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 gyrus/3034668 to your computer and use it in GitHub Desktop.
Save gyrus/3034668 to your computer and use it in GitHub Desktop.
gitconfig for GitHub -> plugins.svn.wordpress.org
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = https://github.com/gyrus/Control-Live-Changes.git
[branch "master"]
remote = origin
merge = refs/heads/master
[svn-remote "svn"]
url = https://plugins.svn.wordpress.org
fetch = control-live-changes/trunk:refs/remotes/trunk
branches = control-live-changes/branches/*:refs/remotes/*
tags = control-live-changes/tags/*:refs/remotes/tags/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment