[Gimp-docs] Where have all my pictures gone?
Ulf-D. Ehlert
ude88 at web.de
Tue Jun 16 11:27:30 PDT 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /lists/gimp-docs/attachments/20090616/4372546a/attachment.bin
More information about the Gimp-docs
mailing list