mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
363 B
363 B
git fork
Fork a GitHub repo. Like
git clonebut forks first. Part ofgit-extras. More information: https://github.com/tj/git-extras/blob/main/Commands.md#git-fork.
- Fork and clone a GitHub repository by its URL:
git fork {{https://github.com/tldr-pages/tldr}}
- Fork and clone a GitHub repository by its slug:
git fork {{tldr-pages/tldr}}