summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibBletchley <cb-libBletchley@sideload.33mail.com>2019-07-20 15:18:24 -0400
committerlibBletchley <cb-libBletchley@sideload.33mail.com>2019-07-20 15:18:24 -0400
commit90bb753e2c07aa7f61ac73634accec3216e66a73 (patch)
treeabfe18e842b85fc99bbff3dea55b602149e60a14
parent471c0564f745b09f7386d4721601d7f92e37a5a8 (diff)
downloadcloudflare-tor-90bb753e2c07aa7f61ac73634accec3216e66a73.tar
cloudflare-tor-90bb753e2c07aa7f61ac73634accec3216e66a73.tar.gz
cloudflare-tor-90bb753e2c07aa7f61ac73634accec3216e66a73.tar.lz
cloudflare-tor-90bb753e2c07aa7f61ac73634accec3216e66a73.tar.xz
cloudflare-tor-90bb753e2c07aa7f61ac73634accec3216e66a73.zip
rm torsocks
-rw-r--r--instructions_git.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/instructions_git.md b/instructions_git.md
index 15d8ac3b..4f4defd8 100644
--- a/instructions_git.md
+++ b/instructions_git.md
@@ -28,7 +28,7 @@ need more adaptations for Windows and other platforms.
1. $ `firefox https://codeberg.org/crimeflare/cloudflare-tor`
1. fork it (top right corner)
1. go to the directory you want the project to be rooted in (hereafter we'll call it `$project_root`).
-1. anonymously download your fork: $ `torsocks git clone https://codeberg.org/snowden/cloudflare-tor`
+1. anonymously download your fork: $ `git clone git@codeberg-snowden:crimeflare/cloudflare-tor.git`
1. edit `$project_root/cloudflare-tor/.git/config` to include the account name and email address that will be on every commit, as well as the URL:
```
[user]
@@ -56,8 +56,7 @@ need more adaptations for Windows and other platforms.
&nbsp;
-Notice that only the `git clone` command has a `torsocks` prefix and
-all git commands thereafter do not. Whenever git operates on the
-cloudflare-tor project, all connections to codeberg are automatically over
-Tor with this configuration (because the `url` in `.git/config`
-references the virtual host `codeberg-snowden` in `~/.ssh/config`).
+Whenever git operates on the cloudflare-tor project, all connections
+to codeberg are automatically over Tor with this configuration
+(because the `url` in `.git/config` references the virtual host
+`codeberg-snowden` in `~/.ssh/config`).