diff --git a/instructions_git.md b/instructions_git.md index c3d301c..5330224 100644 --- a/instructions_git.md +++ b/instructions_git.md @@ -2,10 +2,9 @@ This procedure will give you a cloudflare-tor fork with a privacy-respecting configuration to do pushes with SSH over Tor using -the onion host for codeberg.org ("CDB"). This procedure is designed -for ***linux***. The first step covers Windows too, but these -instructions probably need more adaptations for Windows and other -platforms. +codeberg.org ("CDB"). This procedure is designed for ***linux***. +The first step covers Windows too, but these instructions probably +need more adaptations for Windows and other platforms. - Linux: `aptitude install git tor ssh` @@ -14,12 +13,12 @@ platforms. [1] ``` - host notabug-* - hostname qs3zumwfci4tntnd.onion + host codeberg-* + hostname codeberg.org ForwardX11 no - ProxyCommand connect -4 -S 127.0.01:9050 %h %p - host notabug-snowden - IdentityFile /home/user/.ssh/id_rsa_nab-snowden + ProxyCommand connect -4 -S 127.0.0.1:9050 $(tor-resolve %h 127.0.0.1:9050) %p + host codeberg-snowden + IdentityFile /home/user/.ssh/id_rsa_codeberg-snowden ``` [2] @@ -28,7 +27,10 @@ platforms. email = BM-yadayadayada6fgnLfybVnCcWf25AGZcgg@bitmessage.ch name = snowden [remote "origin"] - url = git@notabug-snowden:snowden/cloudflare-tor.git + url = git@codeberg-snowden:snowden/cloudflare-tor.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "upstream"] + url = git@codeberg-snowden:crimeflare/cloudflare-tor.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin @@ -37,18 +39,32 @@ platforms.
+[user]
+ email = BM-yadayadayada6fgnLfybVnCcWf25AGZcgg@bitmessage.ch
+ name = snowden
+[remote "origin"]
+ url = git@codeberg-snowden:snowden/cloudflare-tor.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[remote "upstream"]
+ url = git@codeberg-snowden:crimeflare/cloudflare-tor.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[branch "master"]
+ remote = origin
+ merge = refs/heads/master
+