GH Status: We are currently experiencing major service outages (twitter.com) 3 points by joatmon-snoo 9y ago ↗ HN
[–] jayfk 9y ago ↗ For everyone that depends on GitHub to build production code, add a fallback on gitlab:`git remote add fallback git@gitlab.com:user/repo`and then push/pull your code with:`git push fallback whatever` `git pull fallback whatever`
1 comment
[ 5.6 ms ] story [ 16.8 ms ] thread`git remote add fallback git@gitlab.com:user/repo`
and then push/pull your code with:
`git push fallback whatever` `git pull fallback whatever`