LoginSignup
0
0

More than 3 years have passed since last update.

gitのローカルでステージ前の新規追加ファイルを削除する場合

Last updated at Posted at 2020-07-01

gitのローカルでファイルの変更点を一度全てキレイにしたい場合や
ステージ前の新規追加ファイルを削除する時のメモです

バージョン管理内のファイルの変更点をリセットする場合

git checkout .

バージョン管理外(未ステージ)のファイルの追加分をリセットする場合

git clean -df .
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0