Skip to content

Commit

Permalink
[Docs] README-GIT fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmartin committed Jun 22, 2012
1 parent 47723f0 commit fd31745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-GIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ repository.
5. Create a new branch for the ZF repository (named "zf/master" here)

```sh
% git branch -b zf/master zf2/master
% git checkout -b zf/master zf2/master
```

6. Create your master branch off the ZF branch, and push to your
repository

```sh
% git branch -b master
% git checkout -b master
% git push origin HEAD:master
```

Expand Down

0 comments on commit fd31745

Please sign in to comment.