You can make use of cd command to change the directory in Git Bash, lets's see some examples,
% cd /project/css
% pwd
/project/css
As Git Bash works on windows if you want to switch to a directory that is in a Drive say D: you can do that by using /d/myProject/dist/javaScript/
% cd /d/myProject/dist/javaScript/
% pwd
/d/myProject/dist/javaScript/
More Posts related to Git,
- How to Install Git on Ubuntu Linux
- How to Merge Branch into Master Branch
- How to change directory in Git bash
- fatal: Unable to create '/c/git_repo/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier.
- How to Install Git on Windows
- How to check your installed version of Git
More Posts:
- Java - PatternSyntaxException - Java
- Open New Terminal Window Using Keyboard Shortcut macOS - MacOS
- [Java] How to throws Exception using Functional Interface and Lambda code - Java
- How to add border to Android Button - Android
- Remove Applications from Startup Mac OS X - Mac-OS-X
- How to see Created Accessed Modified and Changed dates of a file using bash terminal command - Bash
- How to open new tabs macOS Terminal - MacOS
- Google Chrome Update failed (error: 12) - Chrome