I created a new GitHub repo - I want to put my existing repo there.
I followed the instructions:
cd existing_git_repo
git remote add origin [email protected]:acme-org/myprj.git
git push origin master
This only pushes the master branch to GitHub.
How do I push everything (including all branches) in my existing repo to my new GitHub repo?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…