回答編集履歴
2
一部修正
answer
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
$ mount
|
16
16
|
C:/Program Files/Git on / type ntfs (binary,noacl,auto)
|
17
17
|
C:/Program Files/Git/usr/bin on /bin type ntfs (binary,noacl,auto)
|
18
|
-
C:/Users/
|
18
|
+
C:/Users/user01/AppData/Local/Temp on /tmp type ntfs (binary,noacl,posix=0,usertemp)
|
19
19
|
C: on /c type ntfs (binary,noacl,posix=0,user,noumount,auto)
|
20
20
|
D: on /d type exfat (binary,noacl,posix=0,user,noumount,auto)
|
21
21
|
```
|
1
表記を修正
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
> D:\test\git
|
2
2
|
> に移動したいのですが、
|
3
3
|
|
4
|
-
|
4
|
+
`D:`ドライブはGit Bashのターミナル上では `/d/`というディレクトリです。ですので`cd`コマンドでディレクトリを移動します。
|
5
5
|
|
6
6
|
```bash
|
7
7
|
$ cd /d/
|