Yes, it [happened more than twice](https://www.slideshare.net/ThodorisBais/developer-career-own-it-university-of-amsterdam-june-2019) to neglect a file during a commit, reset the HEAD, readding the files and force a push. Thus, we should automate the following process: ```bash git reset HEAD~1 last git add command last git commit command git push -f ```