Push code to more than one repository
If you want to push same code to more than one repository in single command, then you have to follow these commands in your vscode terminal.
First set repositories url to push action:
git remote set-url --add --push origin FirstRepoUrl
git remote ...
ankitmishraindia.hashnode.dev1 min read