标签: git
我想为我的git存储库中的某些远程设备禁用push.followTags,但默认情况下在系统范围内将其启用。
push.followTags
是否可以在特定存储库中执行类似git config --add remote.myremote.push.followTags=false的操作?
git config --add remote.myremote.push.followTags=false