Recovering commit after git reset --hard

Posted on Wed 21 March 2018 in Git

An hour left for project demonstration and while making few important changes you did something very veerryy aweful. It's --hard to recover but not impossible. This is how you can get the commit back from hell.


Continue reading

Migrating data between different machines with scp

Posted on Mon 20 November 2017 in Linux

Migrating data from one machine to another is easy if both of them are physically accessible and in a same room. Just use a pen drive and it becomes the safest way too. But what if both the machines are further apart? The solution to this problem is what we are going to discuss in this blog.


Continue reading