Saturday 19 August 2017

Useful git commands

Ty Walls has an excellent collection of git commands for reviewing git history and troubleshooting.

https://tygertec.com/find-stuff-git/

Friday 18 August 2017

Using GIT from a network share

Running git on a remote network share, even when you have a good connectivity, is painful and slow.

It turns out someone clever has a better approach to using git in this use case.

http://www.watkyn.com/blog/2011/09/22/Using-git-at-work-on-a-Windows-network-drive/