Last active
December 20, 2015 23:39
-
-
Save nicolas17/6214282 to your computer and use it in GitHub Desktop.
This file contains 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
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