[phobos] Push or pull?

Sean Kelly sean at invisibleduck.org
Wed Feb 9 14:03:36 PST 2011


On Feb 9, 2011, at 12:03 PM, Jesse Phillips wrote:

> Just to try and state the same thing differently:
> 
> d-programming-language/phobos
> |
> v
> Fork: Sean/phobos
> 
> These are your remote repositories, yes two of them.
> 
> git clone Sean/phobos
> |
> v
> phobos: repository on local machine
> 
> Note that your local repository will then have a remote named origin
> 
> origin -> Sean/phobos
> 
> You will create branches and push those to origin as branches:
> 
> git push origin issue-XXX:issue-XXX

So I don't have to create the remote branch as a separate step?  I had been doing:

git remote add issue-XXXX
...
git push issue-XXXX issue-XXXX



More information about the phobos mailing list