I want to push local repository code to the two different repository using single push command.
Please help me to find it is possible or not.
If possible let me know the solution.
Thanks in advance.
I want to push local repository code to the two different repository using single push command.
Please help me to find it is possible or not.
If possible let me know the solution.
Thanks in advance.
Well, if your local git repo is properly setup with the right remotes, you can use the command
git push all <branch>
It will push your branch to all the remotes