Skip to content

Commit

Permalink
[doc] Fix order of git command line options
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Dec 7, 2010
1 parent df599f5 commit 20ae439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project/git_workflow.pod
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Then use this syntax to track the remote branch with a local branch:
If you are using a very old version of Git, such as 1.5.x.x or older, you will
want to tell it to track the remote branch:

git checkout -b --track username/foo origin/username/foo
git checkout --track -b username/foo origin/username/foo

Tracking remote branches is the default in Git 1.6.x.x and higher.

Expand Down

0 comments on commit 20ae439

Please sign in to comment.