From d23a29fb184ec16e667b57b8e2313b5562f10778 Mon Sep 17 00:00:00 2001 From: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:59:02 -0700 Subject: [PATCH] Update contributing-to-a-project.md Linter error --- .../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 3efb19e19206..1c2a09496c06 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 @@ -162,7 +162,7 @@ When you stage and commit files, you essentially tell Git, "Okay, take a snapsho Right now, your changes only exist locally. When you're ready to push your changes up to {% data variables.product.product_name %}, push your changes to the remote. -To do that first switch to the feature branch (the branch you want to merge) if you are not. After checking that all the changes are committed, execute the following command. +To do that first switch to the feature branch (the branch you want to merge) if you are not. After checking that all the changes are committed, execute the following command. (-u short for --set-upstream) {% webui %}