Skip to content

Commit

Permalink
feat(git): add autocorrect prompt to help section
Browse files Browse the repository at this point in the history
This commit adds an autocorrect prompt to the help section in the git
config file. This feature will prompt the user for autocorrection when
a typo or error is detected in the git commands.
  • Loading branch information
ryoppippi committed May 12, 2024
1 parent c820b3d commit ea8c890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/config
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,5 @@
ui = auto
[branch]
sort = -committerdate
[help]
autocorrect = prompt

0 comments on commit ea8c890

Please sign in to comment.