|
|
|
|
|
by fileeditview
2149 days ago
|
|
How I usually do it if I want to have my project on Github and Gitlab is configure two push remotes like this: > git remote set-url --add --push origin <github-remote> > git remote set-url --add --push origin <gitlab-remote> This way I have an automatic backup to the second remote. |
|