Skip to content

Commit 9bde22f

Browse files
fix: change branch/name-here to branch-name-here in git push commands
Closes #1202 - Improves clarity for new contributors by using hyphen instead of slash in branch name placeholder.
1 parent ae20cb2 commit 9bde22f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/how-to-contribute-to-the-codebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Follow these steps:
218218
10. Next, you can push your changes to your fork:
219219

220220
```bash
221-
git push origin branch/name-here
221+
git push origin branch-name-here
222222
```
223223

224224
</Steps>

src/content/docs/how-to-setup-freecodecamp-mobile-app-locally.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Follow these steps:
388388
10. Next, you can push your changes to your fork:
389389

390390
```bash
391-
git push origin branch/name-here
391+
git push origin branch-name-here
392392
```
393393

394394
</Steps>

0 commit comments

Comments
 (0)