Colin McMillen 2020-03-03 02:25:28 +00:00
parent 081afda3a7
commit 5fbf801f8f

@ -58,7 +58,7 @@ git remote remove github
* Push code to private and public repositories:
```
git push origin && git push github
git push && git push github
```
(previously: `git push origin && git push gitlab && tools/copybara/copybara.sh`)