Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created July 27, 2023 12:48
Show Gist options
  • Select an option

  • Save Tynael/ad937cb35453f2375da052c878f277d3 to your computer and use it in GitHub Desktop.

Select an option

Save Tynael/ad937cb35453f2375da052c878f277d3 to your computer and use it in GitHub Desktop.
Autocorrect Git Commands
$ 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")
@Tynael
Copy link
Author

Tynael commented Jul 27, 2023

๐Ÿ“Autocorrect Git Commands
https://neutrondev.com/autocorrect-git-commands/

@Tynael
Copy link
Author

Tynael commented Jul 27, 2023

๐Ÿ“Autocorrect Git Commands
https://neutrondev.com/autocorrect-git-commands/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment