You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to push an entire repo to a new location for a project I'm working on. I tried repo.push(all=True), similar to repo.push(tags=True) but it doesn't seem to work - only the master branch is pushed. How can I push the entire repo instead of just one branch, a la git push --all ?