Does a git client exist (preferably for windows) with autopush functionality?
As in automatically pushes to origin/master on commit.
I am aware this goes against the whole git methodology and can be achieved with hooks.
Does a git client exist (preferably for windows) with autopush functionality?
As in automatically pushes to origin/master on commit.
I am aware this goes against the whole git methodology and can be achieved with hooks.
Not that I know of (and there aren't that many clients for Git on Windows to begin with: TortoiseGit being the main one coming to mind).
Setting up a dedicated hook for that feature remains your best option (as in "How to automatically push after committing in git?"). I know hat this is what you were aware of, but I just pointed out that I didn't see that feature directly implemented in a Git client.