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