ref: add remote example in gc ref
See original GitHub issuedvc gc has two fundamental modes - local and remote. We should be extremely clear about what does each mode do and what it does not do.
See https://github.com/iterative/dvc/issues/1266#issuecomment-433332445
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
git pull error :error: remote ref is at but expected - Stack Overflow
I ran this to solve the problem: git gc --prune=now.
Read more >git-update-ref Documentation - Git
This command may create a new empty transaction when the current one has been committed or aborted already. prepare. Prepare to commit the...
Read more >Can't force push a ref to a remote if local repo doesn't ... - GitHub
This is a corner case, but one I've run into frequently over the last few days. When trying to force push, if the...
Read more >Git Refs: What You Need to Know | Atlassian Git Tutorial
Refspecs can be used with the git push command to give a different name to the remote branch. For example, the following command...
Read more >git-push - Update remote refs along with associated objects
--prune Remove remote branches that don't have a local counterpart. For example a remote branch tmp will be removed if a local branch...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, this is still relevant.
dvc gchas two fundamental modes - local and remote. We should be extremely clear about what does each mode do and what it does not do.Woah I didn’t even remember about that option. May be OK to leave that out. Let’s 🙏 try to get a good basic example for
gc -c/rand then consider about--projects. Not critical here (prob better to insert in https://dvc.org/doc/use-cases/shared-development-server) — unrelated