From e0db6b93906dcfb6966219441ff090d628021ccd Mon Sep 17 00:00:00 2001 From: owenpark Date: Tue, 8 Oct 2024 19:49:36 -0400 Subject: [PATCH] make git commands more explicit --- docs/getting-started/starter/servo/part1-pwm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/starter/servo/part1-pwm.md b/docs/getting-started/starter/servo/part1-pwm.md index a974f15..f6efbe1 100644 --- a/docs/getting-started/starter/servo/part1-pwm.md +++ b/docs/getting-started/starter/servo/part1-pwm.md @@ -39,7 +39,7 @@ You now have the URL you need to clone the project. Clone the project onto your local computer by running the following command in your terminal: ```sh -git clone +git clone link-copied-in-above-step ``` Enter the directory: @@ -49,7 +49,7 @@ cd mrover-esw Then, create a new branch for yourself ```sh -git checkout -b +git checkout -b starter/your-first-name ``` Open STM32CubeIDE and open the Servo ***Part 1*** starter project (the directory named `p1-pwm`). Follow the following