Hello, and thanks!
Sometimes repos have extra branches which take up extra space and bandwidth, for example for documentation websites. I'd like to be able to skip handling all that by checking out the repos with git clone's --single-branch option.
Three approaches I can think of, any of which would be great:
- Always use
--single-branch
- Use
--single-branch only when @branchname is used
- Use
--single-branch when some new option to the load subcommand is used
Hello, and thanks!
Sometimes repos have extra branches which take up extra space and bandwidth, for example for documentation websites. I'd like to be able to skip handling all that by checking out the repos with git clone's
--single-branchoption.Three approaches I can think of, any of which would be great:
--single-branch--single-branchonly when@branchnameis used--single-branchwhen some new option to theloadsubcommand is used