Can we set a Git default to fetch all tags during a remote pull?

前端 未结 6 779
时光说笑
时光说笑 2020-12-12 10:57

I currently have a git remote setup like the following:

[remote \"upstream\"]
    url = 
    fetch = +refs/heads/*:refs/remotes/upstream/*
         


        
6条回答
提交回复
热议问题