T.Todua
T.Todua

Reputation: 56391

How to automatically push in TortoiseGit

Is there any way, when I click this :

enter image description here

it directly commited/pushed, without further extra need to click the "Commit&push" button again in next window.

enter image description here

Upvotes: 1

Views: 81

Answers (1)

MrTux
MrTux

Reputation: 34003

This is not possible - you need to enter a commit message (this is essential in Git so that you know afterwards what the reason for the change was).

Upvotes: 1

Related Questions