It'll be nice to support a shallow git pull for MLC repos with mlc pull repo --shallow where we pass --depth=1 to the git command. We can also support a more explicit --depth=N option as well as --extra_git_args= option to pass any additional arguments to the git command.
It'll be nice to support a shallow git pull for MLC repos with
mlc pull repo --shallowwhere we pass--depth=1to thegitcommand. We can also support a more explicit--depth=Noption as well as--extra_git_args=option to pass any additional arguments to the git command.