How do I avoid typing “git” at the begining of every Git command?

后端 未结 15 794
醉酒成梦
醉酒成梦 2021-01-29 22:31

I\'m wondering if there\'s a way to avoid having to type the word git at the beginning of every Git command.

It would be nice if there was a way to use the

15条回答
  •  无人及你
    2021-01-29 22:45

    Use your editor.

    Type the command like commit from your favorite editor like vs code and be more efficient with git:

    Or type git to get all the commands:

提交回复
热议问题