
+1
Feature branch commit amend by default
When I work on a feature branch, I always amend a single commit:
- I don't want to have to deal with commit messages each time I push a small change to my feature branch
- In the end, when I merge my feature branch, all commits are squashed to a single one, so the commit messages are lost
Each time I commit, I need to check the "amend" checkbox in the commit dialog.
I would like to have an option "Always amend commit on a feature branch", so this checkbox would always be checked.
It could be turned off by default.
Thank you, I love your product :)
Customer support service by UserEcho
Would this default be by System/Repo/Branch?
I think it should be by system (global)
Pierre,
In the "Standard WIndow" I simply select the last commit message and it will set amend automatically!
Is this helpful capability for your scenario?
Best Regards
Daneil
I'm using the working tree window, because I very often work on several repositories at the same time