summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibBletchley <cb-libBletchley@sideload.33mail.com>2019-07-20 14:43:41 -0400
committerlibBletchley <cb-libBletchley@sideload.33mail.com>2019-07-20 14:43:41 -0400
commitdc7db4fb2d11d9a994bfaaf3323cf56b3440c332 (patch)
tree1eaf31a89431f69ab60c6a9e24c08df55613b124
parentf5ffb0b8d585cc2a4a1652a80845954fcd0d1c26 (diff)
downloadcloudflare-tor-dc7db4fb2d11d9a994bfaaf3323cf56b3440c332.tar
cloudflare-tor-dc7db4fb2d11d9a994bfaaf3323cf56b3440c332.tar.gz
cloudflare-tor-dc7db4fb2d11d9a994bfaaf3323cf56b3440c332.tar.lz
cloudflare-tor-dc7db4fb2d11d9a994bfaaf3323cf56b3440c332.tar.xz
cloudflare-tor-dc7db4fb2d11d9a994bfaaf3323cf56b3440c332.zip
formatting
-rw-r--r--instructions_git.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/instructions_git.md b/instructions_git.md
index 5e1095bf..1e8f16b3 100644
--- a/instructions_git.md
+++ b/instructions_git.md
@@ -51,22 +51,6 @@ need more adaptations for Windows and other platforms.
<li> 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[2]
-
-```
-[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
-```
-
<li> make your first change
<li> (from `$project_root`) $ `git add . -u -n`
<li> check that the files listed are what you changed and intend to push upstream