-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
[Feature Request] git-squash with concat messages of commits #794
Comments
If you only want to squash and concatenate the messages of current branch, you could use |
I can. But what is the point? |
@razbensimon Could you try this feature and give us your feedback? You can use the commands below to update it: git clone https://github.com/spacewander/git-extras -b git-squash-commit-msg
cd git-extras && make install |
Yes it works great! |
Solved. |
Is it possible to add an option to
git squash
that will produce a squashed commit with concatenating messages string of the selected commits?something like gitkraken's squash option
The text was updated successfully, but these errors were encountered: