From 619704c825e756bc09c9ade362b1cfa925cf51fe Mon Sep 17 00:00:00 2001 From: Will Hilton Date: Wed, 9 Dec 2015 16:30:57 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8358244..7f66487 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The biggest grievance when working with remotes is the "git pull" command. Which get | git equivalent --- | -------------- -get clone *PATH* | git clone --recurse-submodules *PATH* +get clone *PATH* | git clone --recurse-submodules [-b *branch*] *PATH* get fetch | Fetches all remotes and fast-forwards local branches when possible get fetch *branches* | Fetches and fast-forwards the specified branches get push | pushes to upstream.