Git shallow clone local repo
Published at 2024-04-22
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
git
clone
Git shallow clone local repo
git clone --depth 1 file://$(pwd)/src_repo new_repo
Published at 2024-04-22
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
git
clone
git clone --depth 1 file://$(pwd)/src_repo new_repo