Closed Shobhij closed 7 months ago
@Shobhij can you sign the DCO?
Ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally).
In your local branch, run: git rebase HEAD~4 --signoff
Force push your changes to overwrite the branch: git push --force-with-lease origin main
@Shobhij can you sign the DCO?
Ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally). In your local branch, run: git rebase HEAD~4 --signoff Force push your changes to overwrite the branch: git push --force-with-lease origin main
Done!!
Looks like by mistake my git rebase HEAD~41 -sign off command, signed off last 41 commits. Can anyone suggest how can I fix this? I was trying to signoff the commits on my pull request and by mistake did HEAD~41..
document covers steps to integrate telegraf into kepler.