-
Notifications
You must be signed in to change notification settings - Fork 1
How To Clone
Amos Chua edited this page Jan 8, 2021
·
4 revisions
- Option 1: Git - Version Control Software
- You can use the following command:
choco install git
if you are using Chocolatey to manage your software - Otherwise, install using the instructions from the Git Website
- You can use the following command:
- Option 2: GitHub Desktop/Sourcetree/GitHub CLI - Git Desktop Client
- Make sure you have GitHub Desktop installed
- In the toolbar, click
File
->Clone repository...
- Alternatively use the keyboard shortcut Ctrl+Shift+O
- Alternatively use the keyboard shortcut Ctrl+Shift+O
- Click on the URL tab, and paste in
https://github.com/TEAM-SPIRIT-Productions/Lapis
- Set the Local path as the folder where you want the bot source code to be stored
- Click Clone
- Make sure you have Sourcetree installed
- In the toolbar, click
File
->Clone/New...
- Alternatively use the keyboard shortcut Ctrl+N
- Alternatively use the keyboard shortcut Ctrl+N
- In the Source Path/URL field, paste in
https://github.com/TEAM-SPIRIT-Productions/Lapis
- In the Destination Path field, select the folder where you want the bot source code to be stored
- Click Clone
- Make sure you have
Git
installed- You can use the following command:
choco install git
if you are using Chocolatey to manage your software - Otherwise, install using the instructions from the Git Website
- You can use the following command:
- Navigate to the folder you want to use
- E.g.
cd server_tools/my_bot
- E.g.
- Clone the repository
- HTTPS:
git clone https://github.com/TEAM-SPIRIT-Productions/Lapis
- SSH:
git clone git@github.com:TEAM-SPIRIT-Productions/Lapis.git
- GitHub CLI:
gh repo clone TEAM-SPIRIT-Productions/Lapis
- HTTPS:
A TEAM SPIRIT Project • Lazuli PyPI Page • SpiritMS • SpiritSuite