Skip to content

Commit

Permalink
fix README: bzr/upstream is now just upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed Mar 12, 2010
1 parent 1f75fef commit 4e47ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An example session goes like this:
$ git init $ git init
$ git bzr add upstream ../bzr-branch $ git bzr add upstream ../bzr-branch
$ git bzr fetch upstream $ git bzr fetch upstream
$ git checkout -b local_branch bzr/upstream $ git checkout -b local_branch upstream
$ Hack hack, merge merge.... $ Hack hack, merge merge....
$ git bzr push upstream $ git bzr push upstream


Expand Down

0 comments on commit 4e47ed8

Please sign in to comment.