Skip to content

chmodshubham/signed-off-DCO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

signed-off DCO

Forgot to sign-off commits? Do this!!

Run this to sign-off the last two commits.

git filter-branch --msg-filter "cat - && echo && echo 'Signed-off-by: Your Name <Your.Name@example.com>'" HEAD~2..HEAD
#example
git filter-branch --msg-filter "cat - && echo && echo 'Signed-off-by: Shubham Kumar shubham.kumar@ramanujan.du.ac.in'" HEAD~2..HEAD

# PR box
Signed-off-by: Shubham Kumar[shubham.kumar@ramanujan.du.ac.in](mailto:shubham.kumar@ramanujan.du.ac.in)

Then force push them to the remote repo with the -f option:

git push -f origin

About

Forgot to sign-off commits? Do this!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published