Git Clone: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Add link for details on git pull command)
(Format git clone command like a code block)
Line 1: Line 1:
Git Clone is a useful command in [[Linux Shell]]. Example:
Git Clone is a useful command in [[Linux Shell]]. For example:


git clone https://github.com/gbroques/ose-3d-printer-workbench
    git clone https://github.com/gbroques/ose-3d-printer-workbench


This will install this directory on your drive (to download the [[3D Printer Workbench]]
This will install this directory on your drive (to download the [[3D Printer Workbench]]

Revision as of 21:06, 25 April 2020

Git Clone is a useful command in Linux Shell. For 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

Updating a Repository After You Cloned It

Navigate to the repository in the command line using the cd or "change directory" command:

   cd path/to/repository

Then, run the git pull command to update the repository.

For more information see https://git-scm.com/docs/git-pull.

Git Clone a New Civilization

This is what the Open Source Ecology project is all about.

Links

  1. 3D_Printer_Workbench_2020#Summary