LoginSignup
9
6

More than 5 years have passed since last update.

Git 特定のファイルだけをコミットする

Last updated at Posted at 2013-10-03

目標のファイル(ディレクトリ)を指定して追加

git add /file/path

コミットする

git commit -m 'メッセージ'

コミットしてない変更を破棄する

git checkout .
9
6
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
9
6