From 8bc3e8b3470e089072bb600d5a94e1c2d8b98672 Mon Sep 17 00:00:00 2001 From: "Chris K.Y. FUNG" <8746768+chriskyfung@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(post):=20add=20link=20to=20?= =?UTF-8?q?GitHub=20Gist=20for=20source=20code=20contribution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2024-12-27-github-cli-repo-clone-custom-completion.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2024-12-27-github-cli-repo-clone-custom-completion.md b/_posts/2024-12-27-github-cli-repo-clone-custom-completion.md index c89218ffb..7dd85d3d0 100644 --- a/_posts/2024-12-27-github-cli-repo-clone-custom-completion.md +++ b/_posts/2024-12-27-github-cli-repo-clone-custom-completion.md @@ -63,6 +63,8 @@ gh repo clone username/repo -- --depth 1 curl -o ~/.gh-repo-clone-completion.bash https://gist.github.com/chriskyfung/50039cb2a9b586047adc2726085c6280/raw/.bash_profile ``` + You can view the source code and contribute on [GitHub Gist](https://gist.github.com/chriskyfung/50039cb2a9b586047adc2726085c6280). + 2. **Add to your shell**: ```bash