Skip to content

Remotes #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexandresalome opened this issue Jan 9, 2013 · 3 comments
Closed

Remotes #6

alexandresalome opened this issue Jan 9, 2013 · 3 comments

Comments

@alexandresalome
Copy link
Member

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

@alexandresalome
Copy link
Member Author

Remote branches have been implemented in Reference bag (see #17)

@alexandresalome
Copy link
Member Author

Think also about configuration of remotes in config (see #23)

alexandresalome pushed a commit that referenced this issue Apr 25, 2013
@GrahamCampbell GrahamCampbell removed this from the v1.0 - release milestone Jun 23, 2019
@GrahamCampbell
Copy link
Member

Closing as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants