Git相關

Git基礎命令 拷貝項目: git clone <倉庫地址> 創建分支:git branch < name > 創建並進入分支:git checkout -b < name > 查看狀態:git status 添加所有文件:git add 提交:git commit -m ‘這裏是當前提交的描述’ 拉取:git pull 推送:git push 查看分支:git branch -list 查看分支
相關文章
相關標籤/搜索