Op 15-3-2012 20:52, Richard Heck schreef:
On 03/15/2012 07:11 AM, Vincent van Ravesteijn wrote:

When you want to push your changes to the lyx repo:

git pull  % sync your repo first
git checkout myfeature
git rebase 2.0.x  --or-- git rebase master
git push

And if I'm on the myfeature branch, this pushes to...what?

Richard


Well, it pushes all branches to that are tracking a remote branch to the remote. The remote is the one which is tracked by the current branch and otherwise it defaults to origin.

However, as we speak, git is changing the default, see the discussions:
- http://thread.gmane.org/gmane.comp.version-control.git/193307
- http://thread.gmane.org/gmane.comp.version-control.git/192547

Vincent


Reply via email to