Skip to content

Commit

Permalink
Updated README-GIT.txt
Browse files Browse the repository at this point in the history
- Removed references to git.zendframework.com in preference to github.com
  • Loading branch information
weierophinney committed Nov 18, 2011
1 parent e66618e commit 9fdf610
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README-GIT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ github or other public site, or setup/use your own repository.

% git config user.email <your email address>

* Add a remote to the canonical ZF repository (or GitHub mirror), so
you can keep your fork up-to-date:
* Add a remote to the canonical ZF repository, so you can keep your fork
up-to-date:

% git remote add zf2 git://github.com/zendframework/zf2.git
- OR -
% git remote add zf2 git://git.zendframework.com/zf.git
% git remote add zf2 https://github.com/zendframework/zf2.git
- AND -
% git fetch zf2

Expand Down Expand Up @@ -77,7 +75,7 @@ github or other public site, or setup/use your own repository.

* Add a remote for the ZF repository and fetch it

% git remote add zf2 git://git.zendframework.com/zf.git
% git remote add zf2 https://github.com/zendframework/zf2.git
% git fetch zf2

* Create a new branch for the ZF repository (named "zf/master" here)
Expand Down Expand Up @@ -186,7 +184,7 @@ FEEDS AND EMAILS
================
RSS feeds may be found at:

http://git.zendframework.com/feeds/<branch>.xml
https://github.com/zendframework/zf2/commits/<branch>.atom

where <branch> is a branch in the repository.

Expand Down

0 comments on commit 9fdf610

Please sign in to comment.