Kolbjørn Stuestøl (Dienstag, 16. Juni 2009, 10:42): > Ulf-D. Ehlert skreiv: > > I have changed the Perl script we use to create links to images > > files and have committed it to a new branch (try 'git branch > > -a'). > > What command(s) do I need to download the files from this branch? > "git clone", "pull" etc. did not work. > (I'm lazy ;-) Easier to ask here than reading the manual) Don't know (never tried it - I'm lazy, too), but according to http://github.com/guides/git-cheat-sheet you should try git fetch origin [remote-branch]:[new-local-branch] here: git fetch origin cygwin-windows-quirks:cygwin-windows-quirks (or just git fetch origin cygwin-windows-quirks?) An alternative seems to be git fetch and then git checkout -b cygwin-windows-quirks origin/cygwin-windows-quirks 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