tjanczuk / git-azure

Deploy multiple node.js applications to Windows Azure from MacOS using Git
Other
61 stars 11 forks source link

better docs on how to contribute and test #47

Open woloski opened 12 years ago

woloski commented 12 years ago

We should add a wiki page explaining how to fork the project and run your own instance of git-azure.

In essence:

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

tjanczuk commented 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:


Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/git-azure/issues/47

woloski commented 12 years ago

that would be even better