3
git shallow clone (clone --depth) manca i rami remoti
Dopo la clonazione di un repository remoto, non mostra alcun ramo remoto con l'opzione -a. Quale potrebbe essere il problema? Come eseguirne il debug? In questo frammento non vengono mostrati due dei rami remoti: $ git clone --depth 1 git://git.savannah.gnu.org/pythonwebkit.git $ cd pythonwebkit $ git branch -a * master remotes/origin/HEAD …