Git Clone: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Git Clone is a useful command in Linux Shell. Example: git clone https://github.com/gbroques/ose-3d-printer-workbench This will install this directory on your drive (to...") |
No edit summary |
||
Line 11: | Line 11: | ||
Then you can Git Clone again. | Then you can Git Clone again. | ||
=Git Clone a New Civilization= | |||
This is what the [[Open Source Ecology]] project is all about. |
Revision as of 02:03, 25 April 2020
Git Clone is a useful command in Linux Shell. Example:
git clone https://github.com/gbroques/ose-3d-printer-workbench
This will install this directory on your drive (to download the 3D Printer Workbench
Overwrite Protection
By default you can't overwrite when you are updating. So remove the past one:
rm -r directoryname.
Then you can Git Clone again.
Git Clone a New Civilization
This is what the Open Source Ecology project is all about.