How to fetch all Git branches by admin/August 26, 2020August 27, 2020/其他 for remote in `git branch -r`; do git branch --track ${remote#origin/} $remote; done 打赏
Leave a Reply