Git Clone: Difference between revisions

From Open Source Ecology
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 difference)

Revision as of 02:01, 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.