Git拉取tag的更新
要拉取全部包括tag需要使用
1 2 3
| git -c credential.helper= -c core.quotepath=false -c log.showSignature=false fetch origin --recurse-submodules=no --progress --prune # 或者 git fetch origin
|
正常情况下,只能拉倒当前的分支
本文地址: https://github.com/maxzhao-it/blog/post/a1bc7e95/