Find and restore a deleted file in a Git repository
Use git log --diff-filter=D --summary to get all the commits which have deleted files and the files deleted; Use git checkout $commit~1 filename to restore the deleted file. Sorgente: Find…
A civil engineer with a longlife fondness for Software Libero
Use git log --diff-filter=D --summary to get all the commits which have deleted files and the files deleted; Use git checkout $commit~1 filename to restore the deleted file. Sorgente: Find…
Become a Seedr and stream everything from your cloud storage – no need for software installs or anything else ! From: Seedr: Torrent Download To The Cloud, Made Simple via…
5 Best WordPress Front End Editor Plugins to consider – 85ideas.com WordPress Front End Editor is changing how we manage the front-end posts/pages. Check out new developments in front-end editors(both…
I’m now beginning to realize the extention of my foolish git pulls. It will take some work to undo those that I shouldn’t have pulled.
Publish blog posts, photos and media to your own site, and syndicate it to your social networks. Keep everything on your own site. Sorgente: Known: create a single website for…
A few years ago, I helped save a company by showing them a single picture that took almost no work to produce Sorgente: The sad graph of software death
Saturation arithmetic for integers has also been implemented in software for a number of programming languages including C, C++, and Eiffel. Sorgente: Saturation arithmetic – Wikipedia, the free encyclopedia Oh,…