We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a816744 commit 8f6c719Copy full SHA for 8f6c719
README.md
@@ -418,6 +418,7 @@ Some recommendations include:
418
| Alias | Current Command | What to Type |
419
| --- | --- | --- |
420
| `git cm` | `git commit` | `git config --global alias.cm commit` |
421
+| `git co` | `git checkout` | `git config --global alias.co checkout` |
422
| `git ac` | `git add . -A` `git commit` | `git config --global alias.ac '!git add -A && git commit'` |
423
| `git st` | `git status -sb` | `git config --global alias.st 'status -sb'` |
424
0 commit comments