Feature Proposal - Amend previous commit option in file editor
### Problem to solve We like to keep the git history clean, and it gets annoying during code reviews for others to make small changes using the web editor which ends up making small commits. It would be nice to use the web editor to fix typos that instead amends the change to the previous commit. ### Intended users * [Delaney (Development Team Lead)](https://about.gitlab.com/handbook/marketing/product-marketing/roles-personas/#delaney-development-team-lead) * [Sasha (Software Developer)](https://about.gitlab.com/handbook/marketing/product-marketing/roles-personas/#sasha-software-developer) ### Further details It might work to also add the ability to pick a commit to amend to based on a Merge Request but that is less important ### Proposal In the commit section of an edit file page, add a dropdown option to amend the commit rather than make a new commit. ### Permissions and Security The same permissions needed to edit a file in a repo.
issue