diff --git a/README.md b/README.md index ff9d5e8..753123d 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,14 @@ The biggest grievance when working with remotes is the "git pull" command. Which get | git equivalent --- | -------------- -get clone *PATH* | git clone --recurse-submodules [-b *branch*] *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. get remote | Interactive prompt to add a remote. +\* To save your Github username where `get` can see it: `git config --global github.user your_user_name` + #### Miscellaneous get | git equivalent