Git Clone

From Open Source Ecology
Revision as of 02:01, 25 April 2020 by Marcin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.