git 常用命令講解

git 常用命令講解 文件的幾種狀態 已提交(commited/unmodified),已被保存在本地 已修改(modified),已修改,未保存 已暫存(staged),下次提交將保存 未跟蹤(untracked),新建文件爲未跟蹤 git 基礎命令 git config –global user.name 「your name」 git config –global user.email 「y
相關文章
相關標籤/搜索