basement
community
search
wall of shame
joined feb 22, 2023
Do not induce vomiting if swallowed.
joined feb 22, 2023
Just curious as to how things work back there
posted 3/6/2023, 3:03 am
joined dec 4, 2022
ohhhh this is the gunch!
joined dec 4, 2022
eventually, but not at the moment. my main issue is that i'd like to retain some privacy and not expose myself to the public - i could publish the code on a separate GitHub account, but the issue there is that i'd probably have to clear the entire git commit history and start from scratch.
posted 3/6/2023, 5:48 am
joined feb 22, 2023
Do not induce vomiting if swallowed.
joined feb 22, 2023
Yeah, that makes sense; Nobody likes when their different internet identities are suddenly all connected
edited 3/6/2023, 3:47 pm
joined feb 17, 2023
joined feb 17, 2023
If you're just worried about the email addresses in the commits, you can use something like
git filter-branch --commit-filter 'if [ "$GIT_AUTHOR_NAME" = "Your Name" ]; then export [email protected]; fi; git commit-tree "$@"'
posted 3/6/2023, 4:57 pm
joined dec 4, 2022
ohhhh this is the gunch!
joined dec 4, 2022
quoting cc:
If you're just worried about the email addresses in the commits, you can use something like
git filter-branch --commit-filter 'if [ "$GIT_AUTHOR_NAME" = "Your Name" ]; then export [email protected]; fi; git commit-tree "$@"'
is there a way to do that for username as well?
posted 3/8/2023, 5:52 pm
joined mar 20, 2023
joined mar 20, 2023
quoting orchids:
but the issue there is that i'd probably have to clear the entire git commit history and start from scratch.
That's not too bad, imo. Every project has to start somewhere. Your first commit would just be a really good one, lol.
posted 3/20/2023, 5:23 pm
joined mar 18, 2023
joined mar 18, 2023
love the design
have been looking for forum software for a community of mine and this is the best i've seen
please continue to consider opening it up!
thanks
posted 3/25/2023, 9:42 pm