Re: [git-users] How do I avoid typing “git” at the begining of every Git command?

2019-06-12 Thread Michael
On 2019-06-12, at 1:51 PM, Philip Oakley wrote: > Hi Madhu, > > Git is designed as a unix/linux application, so by default it is a programme > that does a single requested action and exits. It does not 'hang around'. The > latter is a more 'Windows'/GUI style of operation. There are a lot

Re: [git-users] How do I avoid typing “git” at the begining of every Git command?

2019-06-12 Thread Madhusudhanan
Hi Philip, Thank you so much for the detailed explanation! I think I will use alias 'g' to make it simpler. Regards, Madhu On Wed, Jun 12, 2019 at 10:51 PM Philip Oakley wrote: > Hi Madhu, > > Git is designed as a unix/linux application, so by default it is a > programme that does a single

Re: [git-users] How do I avoid typing “git” at the begining of every Git command?

2019-06-12 Thread Philip Oakley
Hi Madhu, Git is designed as a unix/linux application, so by default it is a programme that does a single requested action and exits. It does not 'hang around'. The latter is a more 'Windows'/GUI style of operation. It is possible / common for folks to create an alias 'g' as a shortcut to

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

2019-06-12 Thread Madhu
Hello everyone, I was 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 git command only once in the beginning after opening a command prompt to get into "Git mode" (after which the commands can