Просмотр исходного кода

contrib/tor: add section about removing github origin

zero 2 лет назад
Родитель
Сommit
73d92bdd9d
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      doc/src/dev/contrib/tor.md

+ 6 - 1
doc/src/dev/contrib/tor.md

@@ -64,6 +64,11 @@ The last step is routine:
 
 ```
 git remote add codeberg git@codeberg-tor:darkrenaissance/darkfi.git
+# Optionally delete the github origin:
+git remote rm origin
 ```
 
-And then finally it should work.
+And then finally it should work. Make sure you use `git push -u codeb master`
+to update your main source to codeberg over Tor. You don't want to accidentally
+git push to github and dox yourself.
+