0
我試圖暫時取消兩個文件。當I型git的狀態我的信息是:無法使用git將文件從停頓中移走
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: public/javascripts/app.js
new file: views/templates/caffeineTable.html
我使用GIT中復位HEAD和該文件以unstage在命令行上,如圖所示。但是,當我按照說明回到我的分支主人
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: public/javascripts/app.js
我跟着第一步,添加了文件進行更新。但是,當我做git狀態時, 。我回到了同樣的起始位置。
我讀過git https://git-scm.com/book/en/v2/Git-Basics-Undoing-Things上的文檔,但不確定是否需要一個git checkout。
目標是讓所有東西都保持最新狀態,並且沒有任何過渡。