Git Clone: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
=Git Clone a New Civilization= | =Git Clone a New Civilization= | ||
This is what the [[Open Source Ecology]] project is all about. | This is what the [[Open Source Ecology]] project is all about. | ||
=Links= | |||
#[[3D_Printer_Workbench_2020#Summary]] |
Revision as of 02:04, 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.