目標のファイル(ディレクトリ)を指定して追加
git add /file/path
コミットする
git commit -m 'メッセージ'
コミットしてない変更を破棄する
git checkout .
Go to list of users who liked
More than 5 years have passed since last update.
目標のファイル(ディレクトリ)を指定して追加
git add /file/path
コミットする
git commit -m 'メッセージ'
コミットしてない変更を破棄する
git checkout .
Register as a new user and use Qiita more conveniently
Go to list of users who liked