I am new to windows command line interface and after installing Git, my command line interface appears like one in the attached document.
May I ask what is the meaning of python@DESKTOP - 6RBC9EL MINGW64 ~
?
I am new to windows command line interface and after installing Git, my command line interface appears like one in the attached document.
May I ask what is the meaning of python@DESKTOP - 6RBC9EL MINGW64 ~
?
That is the PS1 prompt of git bash.
PS1 is a variable containing the prompt of the git bash console. You can later change it. To know how to change it, visit https://alanbarber.com/post/how-to-customize-the-git-for-windows-bash-shell-prompt/
Here,