On Fri, Oct 08, 2010 at 00:42:27 -0400, buginator wrote:
> Trying to upload to gitorious, I did:
> git status
> # On branch pre-3.0
> # Your branch is ahead of 'origin/2.3' by 70 commits.
> git push...
> 'Everything up-to-date'

This will create a new remote branch 'pre-3.0' and push your changes to
them:
$ git push origin pre-3.0

The reason that plain 'git push' didn't work is because you were trying
to push a local branch that has no remote equivalent.

-- 
Giel
--
"I have always wished for my computer to be as easy to use as my
 telephone; my wish has come true because I can no longer figure out how
 to use my telephone."
  -- Bjarne Stroustrup

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to