Jump to content

Git: Difference between revisions

12 bytes added ,  30 September 2019
no edit summary
(Created page with "Git is the famous version control system made by Linus Torvalds. =Usage= ==Basic Usage== <syntaxhighlight> # Clone or download a repository git clone <url> # Stage your chan...")
 
No edit summary
Line 3: Line 3:
=Usage=
=Usage=
==Basic Usage==
==Basic Usage==
<syntaxhighlight>
<syntaxhighlight lang="bash">
# Clone or download a repository
# Clone or download a repository
git clone <url>
git clone <url>