git的常用指令及git分支操作

一、git的基本指令操作 Git的基本指令: git  init                                        //初始化本地git倉庫 git  add<file>                             //添加文件(git add .  或 git add * 添加全部文件) git  rm –cached 文件名             //
相關文章
相關標籤/搜索