Vitaly Lomov (Freitag, 4. September 2009, 11:46): [...] > My only concern is git. I botched it once (because of a conflict) > and had to clone the whole tree again. With these branches being > introduced, I may mess up again. I am only a quarter way through > git manual, so the exact git command lines for the freeze will > help. We are git newbies too... 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" -- but to be sure you can try 'git push --dry-run' the first time. If you have a problem with conflicts, you may want to try 'git stash ...' in order to create a clean working directory. HTH Ulf
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs