20
loading...
This website collects cookies to deliver better user experience
git config --global core.editor "code --wait"
git log --oneline
git squash
or anything like that in git rather we use the rebase method to achieve the squashing of commits.git rebase -i HEAD~N
git log --oneline
git log
it will show you both the messages remembered that second commit message tab? It came from there.