On Tuesday 08 of September 2015 14:55:42 David Cortesi wrote:
> I want to work on the docs and am embarrassed to run into problems with
> basic git/hub usage. I thought I knew this stuff a little bit, but I guess
> not. On Github I fork PyInstaller/PyInstaller. All four branches are
> visible. But when I try to make a local clone...

I found this commands:

# displays all branches even those you do not work locally on
git branch -a

# start working locally on python3 branch:
git checkout -b python3 origin/python3


$ git branch
  develop
* python3

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to