Skip to content

Commit

Permalink
Don't use git switches that only work in newer gits
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Dec 5, 2010
1 parent 6507414 commit 1f1054f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,10 @@ To get a copy of the Parrot Git repository:

git clone git://github.com/parrot/parrot.git

To fetch the repo and checkout a specific branch:
This will checkout the master branch by default. To create a local branch
that tracks the branch "some_branch":

git clone git://github.com/parrot/parrot.git -b <branch>, e.g:

git clone git://github.com/parrot/parrot.git -b gsoc_threads

This command is equivalent to the first C<git clone> command, along with a

git checkout master
git checkout -b --track some_branch origin/some_branch

All the above URLs are read-only. If you are a Parrot core developer, then
use the read-write URL:
Expand Down

0 comments on commit 1f1054f

Please sign in to comment.