Sign-off for previous git commit
To signoff the previous commit, use amend option.
git commit --amend --no-edit --signoff
git push --force-with-lease origin <your-feature-branch>
Enjoy!
To signoff the previous commit, use amend option.
git commit --amend --no-edit --signoff
git push --force-with-lease origin <your-feature-branch>
Enjoy!