Using Git-Flow you end up with a lot of feature branches. In order to have a better overview I'd like to hide the ones that are merged. Is this possible?
Usually, we close the head and delete the source feature brach after it is merged into the main repo/branch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe the branch name is not that significant (however this is totally opinion based), only the commit is important and you are appropriately credited as the author of that commit post-merge in the main branch. Also the merge comment usually includes "merged some-repo/some-branch into main-repo/main-branch". I guess there is nothing to lose. What else do you think? Let me know if I am missing something!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Commits are important, and you are indeed right about the commit message including the name of the branch. We however do like the labels that Sourcetree(and bitbucket) adds for clarity. We would be happier if we could hide, or sort them based on their "merged" / "not-merged" state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Regarding this, I have a feature request open at JIRA https://jira.atlassian.com/browse/SRCTREE-2977, vote it if that matches your needs or create your own at jira.atlassian.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.