Skip to main content
2 of 3
added 53 characters in body
d.raev
  • 9.6k
  • 8
  • 63
  • 84

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.

d.raev
  • 9.6k
  • 8
  • 63
  • 84