jesseduffield/lazygit#4907
TLDR: this page should recommend --sparse (checkout) in addition to --filter (partial) and --depth (shallow), and offer some extra tips about them
I understand that --sparse (on its own) will prevent builds, but sometimes a build isn't necessary, such as when inspecting the code, reading docs/comments, making a minor change, etc...
jesseduffield/lazygit#4907
TLDR: this page should recommend
--sparse(checkout) in addition to--filter(partial) and--depth(shallow), and offer some extra tips about themI understand that
--sparse(on its own) will prevent builds, but sometimes a build isn't necessary, such as when inspecting the code, reading docs/comments, making a minor change, etc...