Thanks for the advanced git tip. Committing before testing doesn’t feel right, but keeping amending the same commit until the tests succeed feels less not right. Maybe I will give it a try.
I always had a doubt about this workflow:
- open and edit an app on the ide
- pull, edit and commit from my pc
- keep editing on the ide
Since I don’t know what’s cached and not automatically reloaded on the ide, I always refresh the page and reopen the app between the second and third step.
Is it the right thing to do?