Skip to content

Commit 8f6c719

Browse files
committed
Add Git Alias Suggestion
1 parent a816744 commit 8f6c719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ Some recommendations include:
418418
| Alias | Current Command | What to Type |
419419
| --- | --- | --- |
420420
| `git cm` | `git commit` | `git config --global alias.cm commit` |
421+
| `git co` | `git checkout` | `git config --global alias.co checkout` |
421422
| `git ac` | `git add . -A` `git commit` | `git config --global alias.ac '!git add -A && git commit'` |
422423
| `git st` | `git status -sb` | `git config --global alias.st 'status -sb'` |
423424

0 commit comments

Comments
 (0)