This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Archer] Question about archer branch managment


> This makes a local branch. If you want to mirror this local branch on 
> the archer server (which we encourage -- it is better to share), push it:
> 
> $ git push origin
> archer-tromey-explosion-project:archer-tromey-explosion-project
> 
> Note that this command is only useful the first time you push your branch to
> 
> the repository. For subsequent pushes, you should omit master:
> 
> $ git push origin archer-tromey-explosion-project

Hmmm, I thought that 

        $ git push origin archer-tromey-explosion-project

would have worked right from the get go...

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]