Skip to content

Commit

Permalink
book: contrib tor section, add info on setting gitconfig name/email.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfi committed May 19, 2024
1 parent 8c455ab commit e72751a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/src/dev/contrib/tor.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,17 @@ And then finally it should work. Make sure you use `git push -u codeb master`
to update your main source to codeberg over Tor. You don't want to accidentally
git push to github and dox yourself.

## Git Config

Lastly you can still be identified by your machine's Git config, if pushing
to external repos on clearnet.
However we can set per project settings, so inside the darkfi repo, run
these commands:

```
git config user.name darkfi
git config user.email darkfi@darkfi
```

Verify it has been set with `cat .git/config`.

0 comments on commit e72751a

Please sign in to comment.