Skip to content

Commit 69f205c

Browse files
committed
I only just discovered the --recursive flag to git clone.
Using --recursive simplifies instructions related to the submodule initialization for shFlags.
1 parent 2d0cbec commit 69f205c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.mdown

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ during installation). Then simply run this command from a Cygwin shell:
4848
This is much like the manual installation below, but there are additional steps required to install some extra tools that
4949
are not distributed with [msysgit](http://code.google.com/p/msysgit/).
5050

51-
After cloning the git-flow sources from Github, also fetch the submodules:
51+
Clone the git-flow sources from Github:
5252

53-
$ git submodule init
54-
$ git submodule update
53+
$ git clone --recursive git://github.com/nvie/gitflow.git
5554

5655
Copy git-flow's relevant files to your msysgit installation directory:
5756

@@ -73,11 +72,9 @@ finished installation, copy the following files using msysgit's _Git Bash_. We a
7372
After copying the files above, you can safely uninstall your Cygwin installation by deleting the C:\cygwin directory.
7473

7574
### Manual installation
76-
If you prefer a manual installation, please use the following instructions.
77-
After downloading the sources from Github, also fetch the submodules:
75+
If you prefer a manual installation, please use the following instructions:
7876

79-
$ git submodule init
80-
$ git submodule update
77+
$ git clone --recursive git://github.com/nvie/gitflow.git
8178

8279
Then, you can install `git-flow`, using:
8380

0 commit comments

Comments
 (0)