Top "Git-clone" questions

Obtains a local copy of a remote Git repository.

Cloning a git repo with all submodules

I have a working git repository containing several submodules (obtained by cloning different repositories). Now, I want to copy the …

git git-submodules git-push git-clone
git fetch origin doesn't fetch all branches

I read in the answers to this question that git fetch origin should fetch all branches of origin. In my …

git branch git-clone git-fetch
git clone heroku ssh permission denied

I just bought a new computer and I am trying to clone my heroku project on it. Here's what I've …

ruby-on-rails git ssh heroku git-clone
Git clone: Redirect stderr to stdout but keep errors being written to stderr

git clone writes its output to stderr as documented here. I can redirect this with the following command: git clone …

git powershell git-clone
git clone vs copy paste, what's the difference?

as stated in the subject note: the git clone i mean is the git clone without any option, the one …

git copy-paste git-clone
What exactly is a "grafted" commit in a shallow clone?

When doing a shallow clone in git (using the --depth option), the root commit is marked as grafted. Googling didn't …

git git-clone
Ruby - kernel_require.rb:54 in 'require': Cannot load such file (from GitHub repository)

I cloned a GitHub directory because I wanted to help on an open-source project. The link to the project is …

ruby github open-source git-clone pacman
git fetch --unshallow gives :"fatal: --unshallow on a complete repository does not make sense" error

I am unable to git clone a remote repository using plain git clone path I get the error "The remote …

git github gitlab git-clone git-fetch
Cloning a repo without tags?

I want to create bare git project without tags using clone.But through Google came to know that there is …

git git-clone git-tag
What's the difference between cloning and copying a git repo?

The same question exists for mercurial, and I'm wondering how this applies to git? In particular, I'm interested in cases …

git copy rsync git-clone