I create the cache git repo with git clone --mirror ..., then I 
periodically update it via cron, like git remote update -p. On the need I 
also create some local repos with git clone --reference <local repo> ... and 
work with them - pulling, commiting and pushing.

How can I delete from my repos the git objects that have appeared in the 
cache repo? - The remote repo is a very huge one, and I don't want to waste 
my space.

If there is no such ability, then how can I report it as a feature-request 
to the git development team?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to