Hacker News new | ask | show | jobs
by tf2manu994 3535 days ago
If anyone else is planning to leave, consider doing this:

    git remote set-url --add --push origin https://gitlab.com/name/repo.git
    git remote set-url --add --push origin https://github.com/name/repo.git
    git remote set-url --add --push origin https://bitbucket.com/name/repo.git
This way when you git push, it pushes simultaneously to all 3.