Saraswat40
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Saraswat40 created a post, AnsweredHow to find the current git branch in a plugin
The code is this: List<GitRepository> repositories = GitUtil.getRepositoryManager(e.getProject()).getRepositories();if (repositories.size() > 0){ System.out.println(repositories.get(0).getCurren...