M
M
Maxim Ivanov2015-07-16 19:53:01
git
Maxim Ivanov, 2015-07-16 19:53:01

How to execute git commands from windows terminal?

Tired of opening git bash, is it possible to somehow make it possible to execute all commands directly from cmd.exe?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Egor Mokeev, 2015-07-17
@omaxphp

When installing the git, select "Run Git from the Windows Command Prompt". This option simply adds the path to the git to the system PATH variable.
Write manually. When installed in the above way, the path to <git-path>/cmd is written to the variable. After adding, restart cmd.

M
Mintormo, 2015-07-16
@Mintormo

Set the path to the git in the PATH environment variable.

P
Puma Thailand, 2015-07-16
@opium

It seems that now everything is easily integrated into the ide and editors, what's the point of doing something in the console then?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question