Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Apache

https://gitbox.apache.org/repos/asf?s=jclouds

The main and official repositories

Github

https://github.com/jcloudsapache/jclouds

Mirrors from the ASF repositories, used to accept contributions and do code reviews

 

...

Code Block
languagebash
git remote add github git@github.com:jcloudsapache/jclouds.git
git config --local --add remote.github.fetch '+refs/pull/*/head:refs/remotes/github/pr/*'
 
# Now when fetching you will see all the pull requests (you can checkout them with "git checkout github/pr/99"):
git fetch github
* [new ref]         refs/pull/98/head -> github/pr/98
* [new ref]         refs/pull/99/head -> github/pr/99

...