Created
July 27, 2023 12:48
-
-
Save Tynael/ad937cb35453f2375da052c878f277d3 to your computer and use it in GitHub Desktop.
Autocorrect Git Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git sttus | |
| WARNING: You called a Git command named 'sttus', which does not exist. | |
| Continuing under the assumption that you meant 'status'. | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| Changes not staged for commit: | |
| (use "git add <file>..." to update what will be committed) | |
| (use "git restore <file>..." to discard changes in working directory) | |
| modified: app/Http/Controllers/ProfileController.php | |
| no changes added to commit (use "git add" and/or "git commit -a") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
๐Autocorrect Git Commands
https://neutrondev.com/autocorrect-git-commands/