GitLink icon indicating copy to clipboard operation
GitLink copied to clipboard

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.

Results 44 GitLink issues
Sort by recently updated
recently updated
newest added

Hi, are there any plans to add GitLink (along with the free version) to the [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/)? I really miss it there

Thanks for this excellent plugin! I wonder if we can add a feature that allows users to copy links with templates. For example, if I'd like to copy links in...

for example HEAD file: ``` aaa ccc ``` local file: ``` aaa bbb ccc ``` in local file , I want a link to ccc with line 2 (base on...

Hi, I recently upgraded to 4.3.1, since then check remote is not honoured. I'm using gitlink with a custom git repository and I do not want to check the custom....

Often we have the same domain for many services, like: https://my.company/jira https://my.company/stash https://my.company/gitlab So will be good to match domains from DomainRegistry together with path **_and_** then use this domain/path...

**Steps to reproduce:** 1. Some git server use branch name in commit url 2. Add new Custom Platform, use {branch} to set "File at commit template": https://xxx.server/xxx?branch={branch}&xxxx 3. GitLink, Open...

When I open the settings in 2023.1 EAP CLion, the options pane of GitLink remains empty with just a throbber, and this error is printed in the console: ``` 2023-02-09...

Don’t know if it can be done, but it would be nice to be able to pass a Jetbrains IDE link to my coworker instead of a platform link. Most...

In my case: ~~~ [remote "origin"] url = ssh://[email protected]/unikrypto.git fetch = +refs/heads/*:refs/remotes/origin/* [remote "github"] url = https://github.com/sergeych/unikrypto.git fetch = +refs/heads/*:refs/remotes/github/* ~~~ the plugin asked me to specify the platform, and...

Right click on a PR ("timeline") editor tab in IDEA shows the "Open in GitHub" action in the menu. But launching it shows an error balloon: ![image](https://user-images.githubusercontent.com/11509875/216058889-86942326-96c0-47be-9453-352856f4ea9f.png)