Top "Git-clone" questions

Obtains a local copy of a remote Git repository.

git-clone and post-checkout hook

According to the manual, the post-checkout hook is run after a git checkout (just as expected) but also after a …

git hook git-clone
the git clone is empty? why this happens

This always perplexes me. I was cloning this git clone https://android.googlesource.com/kernel/msm.git And It seemed …

git git-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
Visual studio 2017 with bitbucket, terminal prompts disabled

The visual studio stopped sending my commits to the bitbucket and this error appears Error encountered while cloning the remote …

git visual-studio-2017 git-clone git-credential-manager
Progress indicator for git clone

Is it possible to get a progress bar when doing a git clone? I'm wondering because I am currently doing …

git progress git-clone
How do I get `git clone --recursive` to recreate submodules' remotes and branches?

I have a project with a handful of submodules. Many of them are cloned from a GitHub fork to which …

git git-submodules git-clone cloning git-remote
git hooks : is there a clone hook?

We want to store some meta-information about the commit in an external database. During a clone or a checkout, this …

git githooks git-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
Explain clones info in Github's Traffic tab

In a recent question I made, one of the answers pointed to another answer in another question where a way …

git github clone git-clone
Setting-up local git repository

I am a fan of using GitHub as my project file repository. But it interest me more if I am …

git ssh git-clone git-remote