This is what I did: (from https://help.github.com/articles/changing-a-remote-s-url)
git remote set-url upstream https://github.com/jboss-jdf/jboss-as-quickstart.git
It seems to be working. Is this OK?


On 07/12/2012 04:49 PM, Pete Muir wrote:
Assuming the remote is named upstream:

git remote rm upstream
git remote add -f upstream https://github.com/jboss-jdf/jboss-as-quickstart.git

If it's named something else, change the word upstream for the name.

On 12 Jul 2012, at 21:25, Wolf-Dieter Fink wrote:

What to do to get local clones working with the new repo?

- Wolf

On 07/10/2012 02:00 PM, Pete Muir wrote:
Quickstarts now at https://github.com/jboss-jdf/jboss-as-quickstart
Application archetypes at https://github.com/jboss-jdf/jboss-as-archetype - subsystem archetypes haven't moved
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev

      

_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev