git push all remote branches and tags to new remote

Developer from somewhere

git push new_remote_name refs/remotes/origin/*:refs/heads/*
git push new_remote_name refs/tags/*:refs/tags/*