-
-
Save dalmarcogd/e7aaf0962bd64fea018565ccb715fd33 to your computer and use it in GitHub Desktop.
How to open a specific folder with git-bash.exe from a command line(shell)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With argument | |
"C:\Program Files\Git\git-bash.exe" "--cd=%1" | |
Direct | |
"C:\Program Files\Git\git-bash.exe" "--cd="C:\YOUR\FOLDER\" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment