We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 branchMagit merge'sOngoing PR Add git-merge-directly-to #41git-merge-into
-> Merging current branch into target branch, then remove the current branchgit-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:
The text was updated successfully, but these errors were encountered: