Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 898 Bytes

install.md

File metadata and controls

33 lines (23 loc) · 898 Bytes
Table of Contents

Using GitHub CLI

# fork repo to your account and clone it to local
gh repo fork josverl/mpremote_config  <your_path> --clone

If you already have a fork of the repo, you can clone it to your local machine with the gh repo clone subcommand.

gh repo clone <your_username>/mpremote_config <your_path>

using just git

# - Create a fork using the Github Web UI 
# - Clone the fork to your local machine
git clone https://github.com/<your_username>/mpremote_config.git <your_path>
# - [optionally] add an upstream remote to the original repo