Skip to content
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

New feature: list the branches containing the selected commit in the commit tab #2010

Closed
tok7886 opened this issue Sep 11, 2023 · 2 comments
Closed

Comments

@tok7886
Copy link

tok7886 commented Sep 11, 2023

Since I utilize Fork in an environment with lots of branches, the feature I'm missing most is the ability to quickly view the list of branches containing the selected commit. This is the most common reason for me to open a Console (and type: git branch -a --contains XXXXXXX). The actual list could be very long so I'd appreciate if it could be expanded/collapsed or only displayed on demand.

@DanPristupov
Copy link
Contributor

You can create a commit custom command for that: #961 (comment).

git branch -a --contains ${sha}

@tok7886
Copy link
Author

tok7886 commented Sep 11, 2023

I've just did it and now I have the new 'List branches' custom command in the commit's context menu. This solution is OK with me. Thank you, Dan!

@tok7886 tok7886 closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants