211101-2311 git push all local branches to remote or to different branch
From FreeCodeCamp:1
git branch
shows all branchesgit push --all
pushes all local branches to remote.git push origin some-branch:my-feature
pushes the local branchsome-branch
to a remote branch calledmy-feature
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus