You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a wiki page explaining how to fork the project and run your own instance of git-azure.
In essence:
Fork git-azure and do whatever change you want and push to your fork
Create a test repo to try things
DON'T run git azure init yet (you want to first add your .git-azure submodule)
Add your own git-azure submodule git submodule add git@youruser:git-azure .git-azure
Run git azure init ...
Pull request :)
The way this works is because git azure init won't bring the original git-azure from https://github.com/tjanczuk/git-azure since there is already a .git-azure folder in your repo, so it will skip that and you will be running with your own
The text was updated successfully, but these errors were encountered:
Good idea about wiki. I wonder if we should just add an option to git azure init to specify the URL of the .git-azure repository to create the submodule of off.
From: Matias Woloski [reply@reply.github.com]
Sent: Saturday, June 23, 2012 9:12 AM
To: Tomasz Janczuk
Subject: [git-azure] better docs on how to contribute and test (#47)
We should add a wiki page explaining how to fork the project and run your own instance of git-azure.
In essence:
Fork git-azure and do whatever change you want and push to your fork
Create a test repo to try things
DON'T run git azure init yet (you want to first add your .git-azure submodule)
Add your own git-azure submodule git submodule add git@youruser:git-azure .git-azure
Run git azure init ...
Pull request :)
Reply to this email directly or view it on GitHub: #47
We should add a wiki page explaining how to fork the project and run your own instance of git-azure.
In essence:
git submodule add git@youruser:git-azure .git-azure
The way this works is because
git azure init
won't bring the original git-azure from https://github.com/tjanczuk/git-azure since there is already a .git-azure folder in your repo, so it will skip that and you will be running with your ownThe text was updated successfully, but these errors were encountered: