コミットメッセージやっぱり直したいな、ってときの為。
1.コマンドラインで、修正したいコミットを含むリポジトリに移動。
2.テキストエディタで、コミットメッセージを編集。
git commit --amend
3.コミットを保存。
4.古いコミットを強制的にプッシュ。
git push --force example-branch
Go to list of users who liked
More than 5 years have passed since last update.
コミットメッセージやっぱり直したいな、ってときの為。
1.コマンドラインで、修正したいコミットを含むリポジトリに移動。
2.テキストエディタで、コミットメッセージを編集。
git commit --amend
3.コミットを保存。
4.古いコミットを強制的にプッシュ。
git push --force example-branch
Register as a new user and use Qiita more conveniently
Go to list of users who liked