0
0
mirror of https://codeberg.org/crimeflare/cloudflare-tor synced 2024-09-20 00:50:54 +00:00

updated instructions_git.md for codeberg.org

This commit is contained in:
libBletchley 2019-07-20 14:39:34 -04:00
parent 9d5b92a47c
commit 3cfd467989

View File

@ -51,7 +51,7 @@ 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]
<code>
```
[user]
email = BM-yadayadayada6fgnLfybVnCcWf25AGZcgg@bitmessage.ch
name = snowden
@ -64,7 +64,7 @@ need more adaptations for Windows and other platforms.
[branch "master"]
remote = origin
merge = refs/heads/master
</code>
```
<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