-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
Description
This issue is about handling of remote repositories in gitlib (poke @MattKetmo)
git fetch
copy all tags and store them locally. It happens unless you specify git fetch --no-tags
. Once they're downloaded, you can't distinguish them anymore from your local one.
You can get a full-list of references (:heart:) on a remote repository, but it costs a call to remote repository: git ls-remote origin
.
References