Difference between revisions of "Git clone"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 14: | Line 14: | ||
* [http://stackoverflow.com/questions/6286571/git-fork-is-git-clone Git fork is git clone?] @ Stack Overflow | * [http://stackoverflow.com/questions/6286571/git-fork-is-git-clone Git fork is git clone?] @ Stack Overflow | ||
* [http://bryanpendleton.blogspot.com/2014/07/git-clone-vs-fork.html git clone vs fork] | * [http://bryanpendleton.blogspot.com/2014/07/git-clone-vs-fork.html git clone vs fork] | ||
+ | |||
+ | |||
+ | [[Category:Git (software)]] | ||
+ | [[Category:Revision control]] | ||
+ | [[Category:Software]] |
Latest revision as of 18:24, 24 April 2016
In Git, a clone is a copy of the Git repository.
Clone versus fork
See Git fork.
See also
External links
- What is the difference between Forking and Cloning on GitHub? @ Stack Overflow
- Git fork is git clone? @ Stack Overflow
- git clone vs fork