autorebase
sapling
autorebase | sapling | |
---|---|---|
9 | 45 | |
77 | 6,104 | |
- | 1.6% | |
4.8 | 10.0 | |
3 months ago | 5 days ago | |
Rust | Rust | |
- | GNU General Public License v3.0 only |
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.
autorebase
-
Where are my Git UI features from the future?
> It should be possible to sync all of my branches (or some subset) via merge or rebase, in a single operation.
Not sure if this is exactly what the author is looking for but I made Autorebase exactly for this.
https://github.com/Timmmm/autorebase
Great article btw. A lot of those things are way harder than they should be.
-
In Praise of Stacked PRs
That sounds great! I have partly solved this issue in my autorebase tool (https://github.com/Timmmm/autorebase) - it basically rebases every branch, and fixes the commit time so that stacked branches get preserved even after a rebase just because the hashes all match properly.
That obviously doesn't work if you modify or drop any of the commits, so this option is very welcome!
-
Lightning-fast rebases with git-move
I have a tool that will automatically pull master and rebase all of your branches onto it, or as far as it can without conflicts.
-
git-stack: Request for feedback / testers
I use a similar workflow and also got fed up with constantly rebasing branches so I made Autorebase to do it for me. It works really well and there were a surprising number of edge cases to handle, e.g. what happens when you run it from another worktree? What happens if the branch you want to rebase is checked out in another worktree? Etc.
- Automatically rebase all your branches onto master
- Autorebase - automatically rebase branches onto master
- Show HN: Automatically Rebase Branches onto Master
- Autorebase: Automatically rebase all your branches onto master
sapling
-
Sapling: Source control that's user-friendly and scalable
The server-side IS open source -- actually, it's basically been in the source tree since day 1, but "inert" due to facebook-only dependencies that made the code unusable, but most of the stuff was actually there. And actually, they just recently said it became "usable for unsupported experimentation"[1], so it's been on my TODO list to give Mononoke a run and see how it operates.
I wanted to do this before but, the builds for Mononoke are not actually uploaded yet due to a bug in the GHA setup[2] :')
[1] https://github.com/facebook/sapling?tab=readme-ov-file#monon...
[2] https://github.com/facebook/sapling/issues/922
- Monorepos: Please Don't (2019)
-
Twenty Years Is Nothing
I am personally surprised that TFA didn't mention either jj or Sapling [0] given its emphasis on how both Git and svn were both made to be backwards compatible!
[0] https://github.com/facebook/sapling
-
Jj init – getting serious about replacing Git with Jujutsu
Lots to digest here! I have been keeping an eye on Pijul so it is cool to see some of its features implemented in jj. Sapling[0], similarly, is a new VCS tool out there which can work with a git repo. It also has anonymous branches, no staging area, supports stacked commits and can track the history of a commit over time. I've been using a similar workflow to the article's author: git with a UI to handle commits of hunks of a file to group related changes. My working branch often has unrelated changes that get tossed from branch to branch as I am able to commit. I haven't figured out where these new tools fit into my workflow yet, but I am glad there's new options that will help making working on a project more flexible and organized.
[0]: https://sapling-scm.com
- Sapling – A VCS from Meta
- Sapling: A Scalable, User-Friendly Source Control System
-
Ask HN: Can we do better than Git for version control?
yep both extended it and have versions that can work against GitHub/git servers.
sapling scm from meta has I think the best cli and VS code UX https://sapling-scm.com/
jj from google is also mercurial derived with very similar cli features like histedit and has support for deferring conflict resolution https://github.com/martinvonz/jj
- Your GitHub pull request workflow is slowing you down
- Sapling – A Scalable, User-Friendly Source Control System
- Mononoke
What are some alternatives?
git-stack - Stacked branch management for Git
go-git - A highly extensible Git implementation in pure Go.
git-stack - Stacked branch management for Git
nextjs-template - A bit personalized version of the `with-typescript-eslint-jest` template.
git-assembler
FTC-for-VS-Code - A VS Code extension for accessing FTC snippets, debugger, and Android cmdline tools from a button
git-prev-next - Simple way to edit in a git commit history
dulwich - Pure-Python Git implementation
Git Town - Git branches made easy
buck2-prelude - Prelude for the Buck2 project
GitUp - The Git interface you've been missing all your life has finally arrived.
hermit - Hermit launches linux x86_64 programs in a special, hermetically isolated sandbox to control their execution. Hermit translates normal, nondeterministic behavior, into deterministic, repeatable behavior. This can be used for various applications, including replay-debugging, reproducible artifacts, chaos mode concurrency testing and bug analysis.