You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can execute the git commands directly, for example with python's subprocess module,
we don't need the Sublime plugin "Git".
This way sublime-text-git-autocommit will get more portable, because then the SilentAddWithCommitCommand can be executed on its own
The text was updated successfully, but these errors were encountered:
We can execute the git commands directly, for example with python's
subprocess
module,we don't need the Sublime plugin "Git".
This way sublime-text-git-autocommit will get more portable, because then the
SilentAddWithCommitCommand
can be executed on its ownThe text was updated successfully, but these errors were encountered: