In the scenario where you checkoutcheck out the code from an external Repositoryrepository (GitHub),
and and want to import it in personal / internal system,
this command really shines:
git push --all origin This pushes all local branches to the remote,
without without checking refs, without and without insisting on commits.