Answers for "sign a commit after push"

0

sign a commit after push

# This requires a `git push -f` since you cannot retro-actively sign commits
git rebase --exec 'git commit --amend --no-edit -n -S' -i <branch-name>
Posted by: Guest on January-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language