Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Use shallow clones for non-development situations #19

Open
dabrahams opened this issue Jul 2, 2010 · 0 comments
Open

Use shallow clones for non-development situations #19

dabrahams opened this issue Jul 2, 2010 · 0 comments

Comments

@dabrahams
Copy link
Member

When the user is just installing or testing, consider doing a shallow clone. From git-clone's man page:

--depth

Create a shallow clone with a history truncated to the specified number of revisions. A shallow repository has a number of limitations (you cannot clone or fetch from it, nor push from nor into it), but is adequate if you are only interested in the recent history of a large project with a long history, and would want to send in fixes as patches.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant