Author Topic: git push from project diff dialog?  (Read 1387 times)

redcar

  • Community Member
  • Posts: 30
  • Hero Points: 0
git push from project diff dialog?
« on: October 26, 2020, 08:55:45 AM »
I use the git integration every day, and my normal workflow involves using the compare project to repository dialog, diffing the changed files to check for errors, then selecting the changed files and using the commit button to commit them.

I think that it would be a good idea to have a push to repository button on the compare project page after completing a commit.  At present, I have to close the dialog and go back to the menu to open the push dialog.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2899
  • Hero Points: 153
Re: git push from project diff dialog?
« Reply #1 on: October 26, 2020, 01:17:56 PM »
I thought about this.  I think the main reason I did not do it because my workflow usually winds up being commit>pull>build>test (again)>push. 

Also, it would have to be a "global" button, since you can push without committing everything.  Most of the buttons on that dialog are re-purposed depending on what what is selected.  So it would be kind of far out to the right.

I will add a feature request for a button.