Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Hi! Would you know why would GitHub not sign commits made by rebasing with the web UI? Commented Sep 24, 2018 at 10:07
  • I do not know, my guess would be that it does not re-sign the commits after rebasing them as an oversight, rather than anything deliberate Commented Sep 29, 2018 at 22:30
  • 11
    Very likely, because rebasing is affecting commits of a different author, and this could else be used to fake commits of other uses to appear as signed Commented Oct 5, 2018 at 14:25