两个 remote
- origin
- backup
git push backup refs/remotes/origin/*:refs/heads/*
如果你使用了zsh
git push backup 'refs/remotes/origin/*:refs/heads/*'
两个 remote
git push backup refs/remotes/origin/*:refs/heads/*
如果你使用了zsh
git push backup 'refs/remotes/origin/*:refs/heads/*'