Skip to content

Commit 1ed9113

Browse files
Update README.md
1 parent 1a5f8e2 commit 1ed9113

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Git Commit Email Privacy in 5 Minutes:<br> <sub>automatic no-reply email, `useConfigOnly`, and conditional `includeIf`</sub>
22

3-
<!-- _**UPD:** The most up-to-date config version is now here: https://github.com/anydigital/git-commit-email-privacy_
4-
5-
--- -->
3+
<!--@reddit: _**UPD:** The most up-to-date config version is now here: https://github.com/anydigital/git-commit-email-privacy_ -->
64

75
Exposing your commit email is easy; rewriting Git history is hard.
86

@@ -20,7 +18,9 @@ But there's a set-and-forget solution to ensure your Git privacy.
2018

2119
You'll need the following configuration files. Replace all `PLACE_HOLDER` values with your actual information.
2220

23-
<!-- _The most up-to-date config version is now here: https://github.com/anydigital/git-commit-email-privacy_ -->
21+
_**NOTE:** You have to split the `.gitconfig` into multiple files to avoid issues with `[includeIf]`, as explained in https://stackoverflow.com/a/74012889/5034198_
22+
23+
<!--@reddit: _The most up-to-date config version is now here: https://github.com/anydigital/git-commit-email-privacy_ -->
2424

2525
### `.gitconfig`
2626

@@ -99,16 +99,13 @@ Shouldn't this be the default configuration for every developer?
9999

100100
## Links
101101

102-
https://www.reddit.com/r/git/comments/1pf94nt/how_to_avoid_exposing_your_commit_email_private/
103-
104-
https://www.reddit.com/r/gitlab/comments/1pedw0w/setandforget_git_privacy_in_5_minutes_autoswitch/
102+
Open discussion: https://www.reddit.com/r/git/comments/1pf94nt/how_to_avoid_exposing_your_commit_email_private/
105103

106104
## Credits
107105

108106
https://stackoverflow.com/a/74012889/5034198
109107

110108
---
111109

112-
_**UPD:** Had to split the `.gitconfig` into multiple files to avoid issues with `[includeIf]`, as explained in https://stackoverflow.com/a/74012889/5034198_
110+
_✨ if YOU found this useful — give a [star on GitHub](https://github.com/anydigital/git-commit-email-privacy) or simply [join TricksForGeeks on Reddit](https://www.reddit.com/r/TricksForGeeks/) for more ✨_
113111

114-
_**UPD:** The most up-to-date config version is now here: https://github.com/anydigital/git-commit-email-privacy_

0 commit comments

Comments
 (0)