Thursday, January 23, 2014

Amazing web effects

Just found a list of amazing web effects, bravo!

http://www.hksilicon.com/kb/articles/370284/8-Web#.UuG4tU7OrTo

Sync multiple git repo at once

Use the following command in Linux will do the job:  ls -d RepoNames* | xargs -I{} git -C {} pull