2019/06
借助这个平台记录一下心得、整理一些常用知识,如有错误,不吝赐教

1. git init

初始化一个新的目标仓库,它的目录下将会生成一个.git隐藏文件夹

2. git status

(loading.....)