St3l4ras

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Get all git repos
AnsweredHello guys I am creating a plugin for IntelliJ and I want to get all the git repos. I have found this function `GitRepositoryManager.getInstance(project).getRepositories()` that works fine but my p... -
Created Add a new version control in clone dialog (Repository Url)
AnsweredHello i am working in a plugin and i am wondering if its possible to add a new version control in the dropdown in clone dialog (Repository url) window -
Created Add Parameters to wsl
AnsweredHello guys, I am developing a plugin for IntelliJ and I have a problem with git. To elaborate a little bit I have a project and I have set my git executable to be //wsl/ubuntu/usr/git. Inside my ~b... -
Created Git push cancel action
Answeredhello , i am working in a plugin for intelij and i want an action after the user press the cancel button from git push dialog.Is there any listener or something?