I have a self hosted git server on a virtual private server and i am trying to push to that server and to git hub at the same time, i don't know if i can do it by adding remote accounts to the client git config or if i would be able to do so with a git hook on the server repository, I am feeling a little out of my depth here.
Asked
Active
Viewed 16 times
0
-
If you use Unix shell and not some graphical UI you can always chain two commands with `&&`. – Arkadiusz Drabczyk Jan 09 '21 at 16:22
-
1https://stackoverflow.com/search?q=%5Bgit%5D+push+multiple+remotes – phd Jan 09 '21 at 16:28