From 3beceaf270f72b63c8c8e9a688b375ceb3a11c02 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 26 Apr 2021 23:45:21 +0000 Subject: [PATCH] --- INSTRUCTION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTRUCTION.md b/INSTRUCTION.md index cb762d22..b0365085 100644 --- a/INSTRUCTION.md +++ b/INSTRUCTION.md @@ -260,7 +260,7 @@ need more adaptations for Windows and other platforms. 1. copy `"$HOME"/.ssh/id_rsa_mrsnowden.pub` to clipboard 1. git.example > settings > SSH/GPG Keys > add key (paste from clipboard) -1. $ `firefox https://git.example/crimeflare/cloudflare-tor` +1. $ `firefox https://git.example/deCloudflare/deCloudflare` 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: $ `git clone git@mrsnowden:you/cloudflare-tor.git` @@ -273,7 +273,7 @@ need more adaptations for Windows and other platforms. url = git@mrsnowden:snowden/cloudflare-tor.git fetch = +refs/heads/*:refs/remotes/origin/* [remote "upstream"] - url = git@mrsnowden:crimeflare/cloudflare-tor.git + url = git@mrsnowden:deCloudflare/deCloudflare.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin @@ -286,7 +286,7 @@ need more adaptations for Windows and other platforms. 1. if yes: `$ git add . -u` 1. $ `git commit -m 'description of first change'` 1. $ `git push origin master` -1. $ `firefox https://git.example/crimeflare/cloudflare-tor` +1. $ `firefox https://git.example/deCloudflare/deCloudflare` 1. make a new pull request