Recently Yanina Bellini Saibene reminded us to update our Slack profile:
This is a companion discussion topic for the original entry at https://ropensci.org/blog/2024/08/06/git-tricks
Recently Yanina Bellini Saibene reminded us to update our Slack profile:
I have
❯ git config alias.clone-lean
clone --filter=blob:none
so if I feel that repo has skeletons in the history, Ctrl-C, and adjust invocation to use clone-lean
instead of pure clone
and get the history but without heavy blobs from the past.