I would like to explore the folder in the Windows Explorer from the shell. I know a lot of people have been asking to Cmd here from a folder.
I'd like to do just the opposite and open a new window located at the current directory being browsed.
Changing the directory through opening it in the same folder is quite straightforward. For this, go to the directory to which you want to change the directory in a normal way you explore your system. After this, right click anywhere in the directory => Open Git Bash here.
Before changing the directory, you need to know your current working directory. To do this, you use the pwd command. This command stands for print working directory.
Git executable can be found by using running git --exec-path, which usually lives in the Git execution path. git --exec-path will give you the path.
To open Windows Explorer at the current folder, just enter:
explorer .
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With