LoginSignup
0
0

【Git】コミットメッセージを間違えたので取り消したい

Posted at

コミットメッセージを間違った状態でenterしてしまい取り消したいシチュエーション
何度か経験したものの、毎度忘れるためメモ

git reset --soft HEAD^

これにて解決。

cf) git revert とは
git commit --amend とは

参考文献

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