13 Sep 2016
code - diretoria existente
temp - diretoria temporaria
git clone https://myrepo.com/git.git temp
mv temp/.git code/.git
rm -rf temp
http://stackoverflow.com/questions/5377960/whats-the-best-practice-to-g…
code - diretoria existente
temp - diretoria temporaria
git clone https://myrepo.com/git.git temp
mv temp/.git code/.git
rm -rf temp
http://stackoverflow.com/questions/5377960/whats-the-best-practice-to-g…