私は現在(no branch)
、コミットされていない変更を行っています。別のブランチをチェックアウトして、すべての変更を破棄したいと考えています。
私がする時
git checkout <branch_name>
私は得る:
**error: Your local changes to the following files would be overwritten by checkout:
avar/libs/video_preprocessing_controller/video_preprocessing_controller.cpp
bbn/tracker/libs/init_and_cont_tracks/init_and_cont_tracks.cpp
Please, commit your changes or stash them before you can switch branches.
Aborting**
私は自分の変更を望んでいませcommit
んstash
。3 番目のオプションはありませんか? (無視する/捨てる)