Git: Feature Request: Open Git Commit for Line in Github #41190
insane-dreamer
started this conversation in
Git
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is somewhat similar to #12104, but something I regularly need to do is share a particular commit with a team mate.
With inline git blame on, Zed shows a tooltip box that contains a link to the commit. However, the commit only opens locally in a Zed editor window. My request would be for an additional button in that box (i.e., the github icon in the lower right corner) that opens that git commit in Github.
PyCharm does this and it's a very handy feature.
(The
copy permalink to linefunction in Zed provides a URL to the file, but only for the latest commit of the repo. So the feature request is for a very similar feature but that constructs a URL for the latest commit of that line (the commit SHA shown in the tooltip).)Beta Was this translation helpful? Give feedback.
All reactions