Mirroring a GitLab Repository to GitHub
When running an internal GitLab server, it can also be beneficial to have some repositories mirrored to GitHub. GitLab makes this fairly easy, as it can be setup to mirror changes on each push.
When running an internal GitLab server, it can also be beneficial to have some repositories mirrored to GitHub. GitLab makes this fairly easy, as it can be setup to mirror changes on each push.
When starting a new project there are times I'd like to overwrite the first commit (for example, removing the commit made by a bootstrap script such as create-react-app
).