1. 程式人生 > >Git/Github GitBash 001 init

Git/Github GitBash 001 init

ash -a hub nbsp des dir 8.0 ini 4.0

$ 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/

Git/Github GitBash 001 init