Open rickyson96 opened 3 years ago
Hi @nvie. First of all, I want to thank you for these amazing tools. Found this while in search for the CLI version of Magit's git-spinoff.
git-spinoff
That being said, I have some requests for new tools that may interest you!
git-spinout
git-merge-into
git-merge-absorb
git-merge-preview
If these new features suit you, I can try to create PRs for them later! Thanks!
References:
Hi @nvie. First of all, I want to thank you for these amazing tools. Found this while in search for the CLI version of Magit's
git-spinoff
.That being said, I have some requests for new tools that may interest you!
git-spinout
-> Basicallygit-spinoff
+ checkout back to previous branchgit-merge-into
-> Merging current branch into target branch, then remove the current branch~ Ongoing PR #41git-merge-absorb
-> Merging target branch into the current branch, then remove the targeted branchgit-merge-preview
-> Not really sure how this one works though. Maybe by checking for possible merge conflicts and showing merged diff?If these new features suit you, I can try to create PRs for them later! Thanks!
References: