TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Git Interactive Rebase Tool – terminal based editor for interactive rebase

14 pointsby jackharrhyover 3 years ago

1 comment

mdanielover 3 years ago
How is this different from &quot;git rebase -i&quot;[0] and a reasonable setting for &quot;$EDITOR&quot;?<p>I thought maybe it was the &quot;exec&quot; but that verb seems supported by vanilla rebase, too, and I just didn&#x27;t recognize it: <a href="https:&#x2F;&#x2F;git-scm.com&#x2F;docs&#x2F;git-rebase#_interactive_mode" rel="nofollow">https:&#x2F;&#x2F;git-scm.com&#x2F;docs&#x2F;git-rebase#_interactive_mode</a><p>0 = <a href="https:&#x2F;&#x2F;git-scm.com&#x2F;docs&#x2F;git-rebase#Documentation&#x2F;git-rebase.txt--i" rel="nofollow">https:&#x2F;&#x2F;git-scm.com&#x2F;docs&#x2F;git-rebase#Documentation&#x2F;git-rebase...</a>