Monday, September 11, 2017

Git add changes to last commit

It will be rebasing last commit with a new one.

git add .
git commit --amend --no-edit
git push -f

No comments: