Open woloski opened 12 years ago
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:
git submodule add git@youruser:git-azure .git-azure
Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/git-azure/issues/47
that would be even better
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 own