Top "Shallow-clone" questions

git shallow clone (clone --depth) misses remote branches

After cloning a remote repository it does not show any remote branch by -a option. What could be the problem? …

git branch shallow-clone
How to git fetch efficiently from a shallow clone

We use git to distribute an operating system and keep it upto date. We can't distribute the full repository since …

git github shallow-clone
How to shallow clone a specific commit with depth 1?

Is it possible to shallow clone a specific commit in a repository, i.e. with depth 1? Something like git clone …

git shallow-clone
How do I shallow clone a repo on a specific branch?

How do I shallow clone a git repository, so that my clone contains only 1 history item, and starts on a …

git continuous-integration git-branch git-clone shallow-clone
How to clone seed/kick-start project without the whole history?

Note that using --depth=1 parameter prevents you from pushing the project to a new repository.

git git-clone shallow-clone
Pushing to github after a shallow clone

I had a massive git repo because of a huge number of commits, so following advice here I created a …

git heroku github shallow-clone
Jenkins Pipeline: scm checkout shallow copy fails

I am using Jenkins file to build a pipeline. I am trying to clone the reference repository using DSL like …

git jenkins shallow-clone
JS Recursive object assign

I learned that when using Object.assign() it extends only the top level object. How can I deeply extend the …

javascript javascript-objects shallow-copy shallow-clone