From 4d9db864a5bb1edc26f87a67df9738fed714284f Mon Sep 17 00:00:00 2001 From: Swastik-Swarup-Dash <143310346+Swastik-Swarup-Dash@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:50:24 +0530 Subject: [PATCH] fix:Add steps for troubleshooting GitHub Docs tutorials #34764 --- .../exploring-projects-on-github/contributing-to-a-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/exploring-projects-on-github/contributing-to-a-project.md b/content/get-started/exploring-projects-on-github/contributing-to-a-project.md index a0412925c665..39e7686e26cf 100644 --- a/content/get-started/exploring-projects-on-github/contributing-to-a-project.md +++ b/content/get-started/exploring-projects-on-github/contributing-to-a-project.md @@ -160,7 +160,7 @@ git branch {% cli %} ```shell -git log +git branch ``` {% endcli %}