Plugin for family of Jetbrains IDEs that expands build-in Git Integration
.
For list of features see the manual
For list of change notes see changenotes
Add https://plugins.jetbrains.com/plugins/eap/7499 in Settings > Plugins > Browse repositories... > Manage repositories... to receive early access builds.
Record of decisions is here.
gradle clean release
gradle clean releaseMinorVersion
gradle clean releaseMajorVersion
Append -Ppublish=true
and include publishPlugin
task.
For example
gradle clean release publishPlugin -Ppublish=true
Full verification of build
gradle clean check integrationTest
Quick verification of build
gradle clean check
Generate code coverage report
gradle clean codeCoverage
Update gradlew version
gradle wrapper --gradle-version 5.6.4 --distribution-type ALL
Run with previous sandbox contents
gradle runIde
Run with fresh sandbox
gradle clean runIde
To debug the plugin execute Gradle run configuration with runIde
task using IDE Debug action.
Plugin can log additional diagnostic information to help with issues investigation. All categories can be used in any combination.
Add following line to Help > Debug Log Settings...
#zielu.gittoolbox
Metrics are exposed via JMX beans under zielu.gittoolbox
domain.
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License
Some icons by Yusuke Kamiyamane. Licensed under a Creative Commons Attribution 3.0 License