Skip to content

Commit

Permalink
[doc] Add clarifying sentence to git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Sep 29, 2010
1 parent 5d25377 commit 2ae1da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/project/git_workflow.pod
Expand Up @@ -64,7 +64,8 @@ To get the latest updates:
$ git fetch

This copies the index from your default remote (origin) and saves it to your
local index. This does not effect your working copy. To sync up your working
local index. This does not effect your working copy, so it doesn't matter
what branch you are on when you run this command. To sync up your working
copy, you can use C<git rebase>

$ git checkout master # Switch to the master branch
Expand Down

0 comments on commit 2ae1da4

Please sign in to comment.