2021-11-10239阅读其他git 获取所有分支git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin...
2021-11-10226阅读其他git简易教程简易的命令行入门教程:Git 全局设置:git config --global user.name "yingxiaozhu" git config --global use...