Difference between revisions of "Git signoff"
Jump to navigation
Jump to search
(Created page with "``` In your local branch, run: git rebase HEAD~2 --signoff Force push your changes to overwrite the branch: git push --force-with-lease origin my-branch ```") |
(No difference)
|
Latest revision as of 23:16, 30 March 2024
In your local branch, run: git rebase HEAD~2 --signoff Force push your changes to overwrite the branch: git push --force-with-lease origin my-branch