diff --git a/pages/common/git-fork.md b/pages/common/git-fork.md new file mode 100644 index 0000000000..cfcb261159 --- /dev/null +++ b/pages/common/git-fork.md @@ -0,0 +1,13 @@ +# git fork + +> Fork the given GitHub repo. Like `git clone` but forks first. +> Part of `git-extras`. +> More information: . + +- 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}}`