Git/Github GitBash 001 init
Posted dailycode
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git/Github GitBash 001 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/
以上是关于Git/Github GitBash 001 init的主要内容,如果未能解决你的问题,请参考以下文章