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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.