A list of things that I forget how to do and I search for, repeatedly.
Amend git commits to remove added files
Removing files you just added and committed to git is easy with git commit --amend ...
A list of things that I forget how to do and I search for, repeatedly.
Removing files you just added and committed to git is easy with git commit --amend ...
How would you find the .org (or .pdf, .doc, …) file you created the most recently? ...