Git/Github GitBash 1 init

$ mkdir b
$ cd b
$ ls -alh
total 4.0K
drwxr-xr-x 1 desktop 197121 0 八月  8 15:32 ./
drwxr-xr-x 1 desktop 197121 0 八月  8 15:29 ../
$ git init
$ ls -alh
total 8.0K
drwxr-xr-x 1 desktop 197121 0 八月  8 15:32 ./
drwxr-xr-x 1 desktop 197121 0 八月  8 15:29 ../
drwxr-xr-x 1 desktop 197121 0 八月  8 15:32 .git/

猜你喜欢

转载自www.cnblogs.com/dailycode/p/9443321.html