Archives
Alright… this is just a tiny hint on the process I used to nuke some committed files from all commit history git filter-branch –index-filter “git rm -rf –cached –ignore-unmatch my_files” HEAD rm -rf .git/refs/original/ git reflog expire –all git gc –aggressive –prune git origin +master And here comes the explanation: # git filter-branch –index-filter “git [...]
Here are a few snaps from my visit at the Mercedes Museum this weekend in Stuttgart – for those visiting Germany, it is definitely worth the stop. It was both cultivating and a lot of fun
Hi there! I have just released version 0.5 of pwgen, which has been refactored to be Firefox 5 compliant. For those who wishes to use the addon prior to the review from Firefox Mods, you can download the version here. Russian and Polish languages have been added – Thanks to Artem Karpenko <[email protected]> (RU) and [...]
After spending 2 relaxing weeks abroad with crazy dolphins [slideshow id=1] here are 2 small changes to the blog: Introduction of short FAQ Posts One could easily say that my blogging activity has been a logarithmic decrease per individual months . Having not enough time to write lengthly posts, I will resort to [...]
Much of what looks like rudeness in hacker circles is not intended to give offense. Rather, it’s the product of the direct, cut-through-the-bullshit communications style that is natural to people who are more concerned about solving problems than making others feel warm and fuzzy. Eric S. Raymond