There is a public video with 3.6 million views exactly titled: "Bohemian Grove - Alex Jones"
Trying to watch this for the first time I had to find some other website that embed this. If it were any other video finding this shouldn't have took more than 10 seconds.
Maybe youtube wants to prevent spread of misinformation but making something inaccessible is whole nother level of evil.
I think a tool that has a similar UX as your is handy if a person don't care or want to memorise the gitconfig documentation to figure this out. Which, I think, is true even for most of the developers. I have found this one out by a coincidence myself.
Author here!
I'm a freelancer working for multiple agencies at the moment. And One of the requirements was that I use the agency email for all commits.
So I made this as a sugar for
git config user.email whatever@gmail.com
I find that creating a separate user account on my system for each client works much better for this kind of thing than trying to configure every application with multiple identities.
Git itself doesn't have a concept of pull requests; you are expected to just send a request for someone with access to the remote repository to do the pull themselves. Someone with access to the remote repository would need to take some action themselves before anything is actually downloaded to it.
Once the contents of the PR are in the remote repository, it is possible to completely delete them. First, you need to make them unreachable by any reference (which is to say, not in the history of any branch or tag). Then you can run the git garbage collector to actually delete the commits associated with the PR.
I don't think there is any way to tell the garbage collector to prune specific commits; so you will also loose any other orphan commits; but that probably isn't a problem.
Trying to watch this for the first time I had to find some other website that embed this. If it were any other video finding this shouldn't have took more than 10 seconds.
Maybe youtube wants to prevent spread of misinformation but making something inaccessible is whole nother level of evil.