guberm / tortoisegit

Automatically exported from code.google.com/p/tortoisegit
0 stars 0 forks source link

One button to do Commit & push #2302

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current Problem: Committing and pushing requires multiple steps.  First commit, 
then push, then verification of push settings.

In my current job, we have no need for the difference between committing and 
pushing.  However, we often run into the problem where a developer does a 
commit, but forgets to push, leaving us wondering why things aren't in the 
repository.

Other git GUI's provide a "Commit & Push" button to do both actions at once.  
This would be extremely helpful for places where the commit action separated 
from the push action is not really needed.

Original issue reported on code.google.com by rgl...@gmail.com on 18 Sep 2014 at 6:06

GoogleCodeExporter commented 9 years ago
Consider to use subversion.

Original comment by CarstenB...@gmx.de on 1 Oct 2014 at 8:21

GoogleCodeExporter commented 9 years ago
Wow... that's a terrible solution. I can't up and change my entire revision 
system, issue tracking, and repository in the middle of a project.  And even if 
I could, going to SVN from git is a step backwards in my opinion.

This is a feature request to ADD to tortoisegit.  Look at the SourceTree 
control system and see how they give that option.  I would think it's pretty 
easy to add a button.

Original comment by rgl...@gmail.com on 1 Oct 2014 at 5:10

GoogleCodeExporter commented 9 years ago
I mentioned subversion, because you want to use git like subversion.
The great thing about git is that you can create local commits and push them 
later
perhaps "ammended and cleaned" to other git repositories.  A "commit and push"
is the way subversion deals with commits and for me "this is not the git way".

> I would think it's pretty easy to add a button.
Allmost, give it a try. If the button should start some action then it is maybe
not so easy as you expect.  I also think that the developers would't implement 
this.
Perhaps this is something for a user plugin interface or something like that.
But it doesn't exist at the moment.

Original comment by CarstenB...@gmx.de on 13 Oct 2014 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by sstrickr...@googlemail.com on 14 Feb 2015 at 7:20