Monday, March 17, 2008

IE progress bar keeps loading

Solution and discussion found in:

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q320731

http://dangermoose.blogspot.com/2006/01/why-status-bar-keeps-loading-in.html

Sync multiple git repo at once

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