Top "Git-clone" questions

Obtains a local copy of a remote Git repository.

Unable to Connect to GitHub.com For Cloning

I am trying to clone the angular-phonecat git repository, but I am getting the following message when I enter the …

git github git-bash git-clone
What are the differences between git branch, fork, fetch, merge, rebase and clone?

I want to understand the difference between a branch, a fork and a clone in Git? Similarly, what does it …

git branch clone git-clone gitx
Is it safe to shallow clone with --depth 1, create commits, and pull updates again?

The --depth 1 option in git clone: Create a shallow clone with a history truncated to the specified number of revisions. …

performance git git-clone
How to update a git clone --mirror?

I have created a git repository to mirror a live site (which is a non-bare git repository): git clone --mirror …

git mirror git-clone git-remote git-fetch
git clone from another directory

I am trying to clone repo from another directory. Lets say I have one repo in C:/folder1 and C:/…

git git-clone
How to git-svn clone the last n revisions from a Subversion repository?

Problem How do you create a shallow copy with git-svn from a Subversion repository, e.g. how do you pull …

git svn git-svn git-clone svn-checkout
Git clone without .git directory

Is there a flag to pass to git when doing a clone, say don't clone the .git directory? If not, …

git version-control git-clone
Is it possible to find out the users who have checked out my project on GitHub?

I'm wondering if there is any way to know who has checked out my project hosted on GitHub? This would …

git github git-clone
Files showing as modified directly after a Git clone

I'm having an issue with a repository at the moment, and though my Git-fu is usually good, I can't seem …

git git-clone
How to clone all repos at once from GitHub?

I have a company GitHub account and I want to back up all of the repositories within, accounting for anything …

git github git-clone