Added HTML lists inside Markdown table. :/ Ick?
This commit is contained in:
parent
eeadcc26ad
commit
63dcd2e63e
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
|
@ -63,14 +63,10 @@ The biggest grievance when working with remotes is the "git pull" command. Which
|
|||
|
||||
get | git equivalent
|
||||
--- | --------------
|
||||
get clone *PATH* | git clone --recurse-submodules *PATH*
|
||||
| - Paths like "username/repo" will be expanded to a Github URL.
|
||||
| - Paths like "repo" will be expanded to a Github url if your username is stored in git config.
|
||||
get clone *PATH* | git clone --recurse-submodules *PATH* <ul><li> Paths like "username/repo" will be expanded to a Github URL. </li> <li> Paths like "repo" will be expanded to a Github url if your username is stored in git config. </li></ul>
|
||||
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.
|
||||
| - If upstream not set, prompt user to name a remote branch.
|
||||
| - If multiple remotes exist, prompt for which remote to use.
|
||||
get push | pushes to upstream. <ul><li> If upstream not set, prompt user to name a remote branch. </li> <li> If multiple remotes exist, prompt for which remote to use. </li></ul>
|
||||
|
||||
#### Miscellaneous
|
||||
|
||||
|
|
@ -79,9 +75,7 @@ get | git equivalent
|
|||
get log | git log --graph --pretty=format:'%h - %d %s (%cr) <%an>' --abbrev-commit -10
|
||||
get ignore *file* | Adds *file* to the current .gitignore file
|
||||
get submodule | Finds all git repos underneath the main repo and makes them submodules
|
||||
get squash *n* | Squash the last *n* commits into one commit.
|
||||
| - Prompts for a new commit message.
|
||||
| - Moves HEAD without actually deleting the old commits.
|
||||
get squash *n* | Squash the last *n* commits into one commit. <ul><li> Prompts for a new commit message. </li><li> Moves HEAD without actually deleting the old commits. </li></ul>
|
||||
|
||||
#### Shortcuts
|
||||
Because sometimes you just want to type one letter. :)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue