aboutsummaryrefslogtreecommitdiffstats
path: root/docs/newbs_git_using_your_master_branch.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/newbs_git_using_your_master_branch.md')
-rw-r--r--docs/newbs_git_using_your_master_branch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_git_using_your_master_branch.md b/docs/newbs_git_using_your_master_branch.md
index 2032b83b2..c27323f55 100644
--- a/docs/newbs_git_using_your_master_branch.md
+++ b/docs/newbs_git_using_your_master_branch.md
@@ -37,7 +37,7 @@ git push origin master
This switches you to your `master` branch, retrieves the refs from the QMK repo, downloads the current QMK `master` branch to your computer, and then uploads it to your fork.
-## Making Changes
+## Making Changes :id=making-changes
To make changes, create a new branch by entering: