In the scenario where you checkout out the code from external Repository (GitHub),
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 checking refs, without insisting on commits.