3

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.

Daniel Upton
  • 5,561
  • 8
  • 41
  • 64

1 Answers1

4

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250