Git: Difference between revisions
Add git clean |
No edit summary |
||
Line 1: | Line 1: | ||
Git is a popular version control system made by Linus Torvalds. | Git is a popular version control system made by Linus Torvalds. | ||
==Installation== | |||
===Windows=== | |||
Download [https://git-scm.com/downloads Git for Windows] | |||
===Linux=== | |||
<syntaxhighlight lang="bash"> | |||
sudo apt install git git-lfs | |||
</syntaxhighlight> | |||
==Basic Usage== | ==Basic Usage== |