How to push to remote Git repo from VS Code Docker devcontainer on Windows with WSL2
I've been recently experimenting with migrating my local Laragon dev environment to Docker with Laravel Sail.
One of the problems I ran into, was pushing to my remote repo via SSH. I like to make a push directly from VS Code by selecting "push" optio...