I was trying to navigate to my drive location E:/Study/Codes in git bash in windows. In command prompt in order to change drive I use E:
E:/Study/Codes
git bash
E:
In order to navigate to a different drive/directory you can do it in convenient way (instead of typing cd /e/Study/Codes), just type in cd[Space], and drag-and-drop your directory Codes with your mouse to git bash, hit [Enter].