Git Extensions from console – UPD

A long time ago I’ve blogged how to run Git Extensions from console I didn’t like the fact I had to create some extra files. I build a simpler implementation using aliases Now I can use my lovely UPD2: I found that my new approach is wrong. It blocks console while Git Extensions is open. …

How to reach unreachable or copy files to RDP

Consider that usecase: I need to send a dll file to production environment to patch some bugs I have a RDP access to production environment. All good? No! I do have RDP access to that environment but drive sharing and Internet is disabled on it. How can I transfer files in this case?! I came …