New comment by not-chicken on void-packages repository https://github.com/void-linux/void-packages/pull/27787#issuecomment-762698161 Comment: > Okay, so, I'm ugh... how to say... stupid! How do I split the two templates to two different commits? Hey don't say that, even I had to look it up on the web :p To reset your previous commit into uncommited changes and commit only `mono-addins` files do: ``` git reset HEAD~ git add srcpkgs/mono-addins/ git commit --amend -m "New package: mono-addins-1.3.3" ``` then for pinta: ``` git add srcpkgs/pinta/ git commit -m "New package: pinta-1.7"