📄️ Removing a file from recent Commit
Sometimes, you accidentally commit a file you meant to put into .gitignore. You can remove it from the last commit with:
📄️ Removing a file from Git History
Usually applicable when you want to remove a committed .env file from your git history.