git commit and push together
Add the option to push to a remote at the same time as a commit (maybe a checkbox next to the commit button - similar to sourcetree).
This would be easier than having to navigate back to the "commit changes" screen and push using the error prompt.
-
Anonymous commented
Is Apex source control doing the same 2-step process for Git (commit + push)?
-
Peter commented
Would be a handy efficiency enhancement. We're also in the same boat as @GT (large number of objects so Commit tab takes ages to load) so pushing at same time of commit would speed things up.
-
Paul commented
this please?
-
GT commented
This would be a huge win. I have a DB with over 10k objects in it and the Commit tab sometimes takes 10+ minutes to load. Having to load the tab, commit to the local GIT repository, then load the tab again so the PUSH button appears is torture. I can work around it by committing through SSMS and then jumping over to VS to push from there but.. then why am I using SSMS in the first place..
Please allow for Commit+Push or at least expose the Push button somehow without having to load the Commit tab.
-
Ludvig Derning commented
Also with GIT we should be able to do several (local) commits without recalculating changes?
Recalculate fist after a push..