Avoid Using Git Before Every Command

Asked By 60 points N/A Posted on -
qa-featured

I was using git bash during my programming. I am tired of writing git before each and every command I want to execute. How can I stop using git before each and every command I wish to execute?

SHARE
Answered By 10 points N/A #318436

Avoid Using Git Before Every Command

qa-featured

You can use gitsh shell, it is the interactive shell for git. This will avoid you making the use of git again and again as this will be the dedicated shell for the same.

Related Questions