Git 基本使用操作

Git 基本使用操作 1.工作區文件添加至暫存區 git add file or git add -A git checkout – file 放棄修改 2.暫存區 3.本地倉庫 git commit -m ‘說明’ git commit --amend -m ‘新說明’ git reset HEAD file 放棄 4.遠程端倉庫(github) git push git clone 遠程端克隆
相關文章
相關標籤/搜索