Skip to content

Use shallow clone - #56

Open
tt wants to merge 2 commits into
combust-labs:masterfrom
tt:use-shallow-clone
Open

Use shallow clone#56
tt wants to merge 2 commits into
combust-labs:masterfrom
tt:use-shallow-clone

Conversation

@tt

@tt tt commented Sep 11, 2021

Copy link
Copy Markdown

Cloning the torvalds/linux repository requires several gigabytes of history to be retrieved.

Using --depth 1 will only clone the commit associated with the given tag and all tree/blob objects required by it. That's a much better experience (also for GitHub).

@elimisteve

Copy link
Copy Markdown

Good idea!

Please merge both PRs 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants