summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibBletchley <libbletchley@noreply.codeberg.org>2019-07-20 21:19:07 +0200
committerGitea <gitea@fake.local>2019-07-20 21:19:07 +0200
commit6aaa536b88ab7ff97815563b77cb65ff512ab1ff (patch)
tree7e918488bee6f76deae39bcc51334f44de541b44
parent916d7eb3f9a23982352896a0919fb4975c3ea7ed (diff)
parent90bb753e2c07aa7f61ac73634accec3216e66a73 (diff)
downloadcloudflare-tor-6aaa536b88ab7ff97815563b77cb65ff512ab1ff.tar
cloudflare-tor-6aaa536b88ab7ff97815563b77cb65ff512ab1ff.tar.gz
cloudflare-tor-6aaa536b88ab7ff97815563b77cb65ff512ab1ff.tar.lz
cloudflare-tor-6aaa536b88ab7ff97815563b77cb65ff512ab1ff.tar.xz
cloudflare-tor-6aaa536b88ab7ff97815563b77cb65ff512ab1ff.zip
Merge branch 'docs' of libBletchley/cloudflare-tor into master
-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`).