Change drive in git bash for windows

前端 未结 6 937
你的背包
你的背包 2020-12-07 13:47

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:

6条回答
  •  独厮守ぢ
    2020-12-07 14:20

    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].

提交回复
热议问题