Bluk update GIT master location May 9, 2014 Categories articles Tags git The server hosting the GIT repository has moved to an new domain name. Now is very painfull to update manually so here is quick command to find all the GIT config files and replace the old domain name with the new domain name. find . -type f -name "config" -exec sed -i 's/olddomain.com/newdomain.com/g' {} ; Share Tweet LinkedIn Reddit Please enable JavaScript to view the comments powered by Disqus. Previous Guava LoadingCache invalidate call while loading? Next Ungit the ultimate tool for git