Hi, On Mon, 2009-09-07 at 11:53 +0200, Ulf-D. Ehlert wrote: > As far as I understand it, everything should be fine if you create a > local branch, e.g. > git branch gimp-help-2-6-0 origin/gimp-help-2-6-0 > (switch to this branch) and work on this branch only. > 'git pull' and 'git push' should automatically read from and write to > the remote branch "origin/gimp-help-2-6-0" Better to pass the --track option to 'git branch'. Then the local branch will pull and push from the remote branch as you described. Sven _______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs