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.