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
main
Hello,
It would be great to have another option - Copy main Link (that is - Copy Branch Link with branch set to main, which is usually the standard).
Copy main Link
It happens a lot where I need to share a common reference with someone:
So having a quick way to get a reference to main would be awesome and very useful. Of course, these are ephemeral - but so are Git Branch Links.
As for determining if the most relevant other branch is main or master - I know this will print only one if it exists:
master
❯ git --no-pager branch -l main master main
Or if it can be made a configurable option, that would also be wonderful.
Thanks in advance!!!
The text was updated successfully, but these errors were encountered:
Here's an example patch - if this looks good I can fork and submit a proper PR 🙇
mainlink.patch
Sorry, something went wrong.
No branches or pull requests
Hello,
It would be great to have another option -
Copy main Link
(that is - Copy Branch Link with branch set tomain
, which is usually the standard).It happens a lot where I need to share a common reference with someone:
main
.main
.main
but on my current feature branch.So having a quick way to get a reference to
main
would be awesome and very useful. Of course, these are ephemeral - but so are Git Branch Links.As for determining if the most relevant other branch is
main
ormaster
- I know this will print only one if it exists:Or if it can be made a configurable option, that would also be wonderful.
Thanks in advance!!!
The text was updated successfully, but these errors were encountered: