I\'m wondering if there\'s a way to avoid having to type the word git at the beginning of every Git command.
git
It would be nice if there was a way to use the
Use your editor.
Type the command like commit from your favorite editor like vs code and be more efficient with git:
commit
Or type git to get all the commands: