vyach-vasiliev / intellij-deploy-for-commits

[Plugin for Intellij IDEA] Added VCS menu items for deploying files of selected commits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin for JetBrains IDEs (IDEA, PyCharm, etc)

Added VCS menu items for deploying files of selected commits.

Official page free plugin in JetBrains Marketplace

How install

  • open IDE settings -> plugins and type "Deploy for Commits" for search
  • or download manually

How use

  1. Select line/lines of commits
  2. Open the right menu in the file panel on the right
  3. Choose action for deployment

alt text

How build

Example build for 2022.* version

build -PideaVersion=2022.1 -PsinceApp=221 -PuntilApp=231.* --stacktrace

And finally, if you want to remove of large files from the cache, then delete the folders along this path (for Windows) %USERPROFILE%/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/

Resources

Contribution

Please let me know about any problems in issues. Cheers!

About

[Plugin for Intellij IDEA] Added VCS menu items for deploying files of selected commits.

License:MIT License


Languages

Language:Java 54.1%Language:Kotlin 45.9%