Push code to more than one repository
Mar 21, 2024 · 1 min read · 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 ...
Join discussion


