Clone a repository
Cloning downloads the project and its history. You need Git installed first.
1. Pick the repo
Studio work lives under Tiger-Studio-WAB. Common ones:
| Repo | What it is |
|---|---|
Tiger-Studio-Website | Public hub (Vercel + TypeScript) |
docs | This handbook |
WAB-Project-1 | Godot 4.7 platformer |
On GitHub, click Code → copy the HTTPS URL.
2. Clone with Git
git clone https://github.com/Tiger-Studio-WAB/docs.git
cd docs
Replace docs with the repo name you need.
3. Clone with GitHub CLI
If GitHub CLI is signed in: