Git BoxExchanger migration / DONE
The BoxExchanger platform now uses self hosted GitLab on its own git.boxexchanger.net servers
Getting started
Command to automatically fix .git/config
awk '{gsub("gitlab.com", "ssh.boxexchanger.net")}1' .git/config > temp && mv temp .git/configOr manually modify the host
[remote "origin"]
url = [email protected]:boxexchanger/exchanger-api.git
fetch = +refs/heads/*:refs/remotes/origin/*Last updated