git-prev-next
Simple way to edit in a git commit history (by ridiculousfish)
git-assembler | git-prev-next | |
---|---|---|
1 | 1 | |
- | 29 | |
- | - | |
- | 1.8 | |
- | over 3 years ago | |
Shell | ||
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
git-assembler
Posts with mentions or reviews of git-assembler.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-24.
-
In Praise of Stacked PRs
Also a big fan of https://gitlab.com/wavexx/git-assembler (and previously topgit). Works with the basic idea that you can rebuild branches by combining, merging or rebasing automatically on top of others. I frequently use this to build a local branch which is an amalgamation of the main branch + required patches so that I can work (and later submit) on a clean branch without being blocked.
git-prev-next
Posts with mentions or reviews of git-prev-next.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-24.
-
In Praise of Stacked PRs
Plugging my own tool: if you like to cultivate a stack of commits, you'll know how awkward git makes it to edit previous commits. I wanted to just write `git prev 3` and then `git commit --amend` so I wrote `git-prev-next`: https://github.com/ridiculousfish/git-prev-next
What are some alternatives?
When comparing git-assembler and git-prev-next you can also consider the following projects:
autorebase - Automatically rebase all your branches onto master
git-stack - Stacked branch management for Git
Git Town - Git branches made easy
git-branchless - High-velocity, monorepo-scale workflow for Git