Skip to content

Instantly share code, notes, and snippets.

@nicolas17
Last active December 20, 2015 23:39
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 nicolas17/6214282 to your computer and use it in GitHub Desktop.
Save nicolas17/6214282 to your computer and use it in GitHub Desktop.
create repository foundation-git
end repository
match /foundation/trunk/
repository foundation-git
branch master
end match
match /foundation/branches/([^/]+)/
repository foundation-git
branch \1
end match
match /foundation/tags/([^/]+)/
repository foundation-git
branch refs/tags/\1
end match
match /db-billing/trunk/
repository foundation-git
branch master
prefix db-billing/
end match
match /otherproject/trunk/
repository foundation-git
branch master
prefix otherproject/
end match
match /
end match
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment