Как удалить все файлы, подготовленные для фиксации? - PullRequest
0 голосов
/ 17 марта 2020

говорят, что я хотел удалить все эти файлы. Для этого есть одна команда?

hend0825@csel-apollo:/home/hend0825/3081_s20/repo-hend0825/project/src $ git add -A
hend0825@csel-apollo:/home/hend0825/3081_s20/repo-hend0825/project/src $ git status                                                                                                                                                          On branch pause/resume
Your branch is up to date with 'origin/pause/resume'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified:   ../../exercises/ex02_inheritance/composed.h
modified:   ../../exercises/ex02_inheritance/derived.h
new file:   ../../exercises/ex02_inheritance/inherit
new file:   ../../exercises/ex02_inheritance/inherit.h
modified:   ../../exercises/ex02_inheritance/main.cc
new file:   ../../exercises/ex02_inheritance/main.o
modified:   ../drivers/bus_driver.cc
modified:   ../drivers/route_driver.cc
new file:   #bus.cc#
modified:   bus.cc
modified:   bus.h
new file:   ../tests/.gitignore
new file:   ../tests/.route_UT.cc.swp
new file:   ../tests/bus_UT.cc~
new file:   ../tests/route_UT.cc~
modified:   ../web_code/web/main.cpp
modified:   ../web_code/web/my_web_server_command.cc
modified:   ../web_code/web/my_web_server_command.h
modified:   ../web_code/web/visualization_simulator.cc
modified:   ../web_code/web/visualization_simulator.h
modified:   ../web_graphics/sketch.js

1 Ответ

0 голосов
/ 17 марта 2020

<file> необязательно:

 git reset HEAD
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...