Git常用指令大全

1 獲取幫助 git help git --help man git- 例如,要想獲得 config 命令的手冊,執行git help config #2 Git 倉庫語法 ##2.1 初始化倉庫 git init ##2.2 添加並提交文件 git add *.c git add LICENSE git commit -m ‘initial project version’ :將提交信息與命令放
相關文章
相關標籤/搜索