Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better docs on how to contribute and test #47

Open
woloski opened this issue Jun 23, 2012 · 2 comments
Open

better docs on how to contribute and test #47

woloski opened this issue Jun 23, 2012 · 2 comments

Comments

@woloski
Copy link
Contributor

woloski commented Jun 23, 2012

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

@tjanczuk
Copy link
Owner

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

@woloski
Copy link
Contributor Author

woloski commented Jun 23, 2012

that would be even better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants