appsmith
appsmith copied to clipboard
[Feat]:There is no option to push committed changes after git push fails
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
When for some reason git push fails, Appsmith commits the changes but there is no option to push those commits and deploy the app in the next try unless the user makes another change in the app then commit and push.

The expected behaviour should be either adding a push feature for already committed changes or discarding the commits that happened while a push fails after the failure.
https://www.loom.com/share/9b3f7d3f4cc3421da0fb8985ea825832
Steps To Reproduce
- Create an application and connect it to git
- Mark the branch as protected on GitHub
- Make some changes in the app and try to push
- After the push fails close and reopen the modal https://www.loom.com/share/9b3f7d3f4cc3421da0fb8985ea825832
Public Sample App
No response
Version
1.7.8
Stats
| Stat | Values |
|---|---|
| Reach | 90 |
| Effort (months) | 0.25 |
Estimating that 10% of the Git users making a commit will run into a push failure here: 90
Can we effectively handle this error in UI? To some extent, this problem can be resolved by providing a proper error message to the user. @brayn003 @infinitetrooper
Handled with native git connection