Perform `git commit -am "Something"` from a plugin

Answered

I would like to create a plugin that can commit either on a timer or whenever I save. Possibly I would like to perform other git actions later like `git reset`. I don't want to get a popup, I just want to do it in the background. Is this possible?

0
1 comment

See git4idea.commands.Git "runCommand()" (in bundled git plugin) to invoke commands directly

0

Please sign in to leave a comment.