Skip to content

Commit

Permalink
[Docs] Fix minor differences in docs/newbs_git_resynchronize_a_branch…
Browse files Browse the repository at this point in the history
….md (qmk#7728)
  • Loading branch information
mtei authored and noroadsleft committed Dec 27, 2019
1 parent 80e73b6 commit 26a8230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/newbs_git_resynchronize_a_branch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Resynchronizing an Out-of-Sync Git Branch

Suppose you have committed to your `master` branch, and now need to update your QMK repository. You could `git pull` QMK's `master` branch into your own, but GitHub will tell you that your commit is a number of commits ahead of `qmk:master`, which can create issues if you want to make a pull request to QMK.
Suppose you have committed to your `master` branch, and now need to update your QMK repository. You could `git pull` QMK's `master` branch into your own, but GitHub will tell you that your branch is a number of commits ahead of `qmk:master`, which can create issues if you want to make a pull request to QMK.

?> This document builds upon the concepts detailed in [Your Fork's Master: Update Often, Commit Never](newbs_git_using_your_master_branch.md). If you are not familiar with that document, please read it first, then return here.

Expand Down

0 comments on commit 26a8230

Please sign in to comment.