Pierre Muller
2011-02-24 11:26:01 UTC
I have one more question:
In the branch creation explanation:
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
What does omit master mean here?
There is no master in the first "git push"
Pierre Muller
GDB pascal language maintainer
In the branch creation explanation:
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
What does omit master mean here?
There is no master in the first "git push"
Pierre Muller
GDB pascal language maintainer