We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93c213c + 93d2469 commit 93bd9ceCopy full SHA for 93bd9ce
src/git.md
@@ -344,7 +344,7 @@ Here is some general advice about how to keep your local repo
344
up-to-date with upstream changes:
345
346
Using `git pull upstream master` while on your local master branch regularly
347
-will keep it up-to-date. You will also want to rebase your feature branches
+will keep it up-to-date. You will also want to keep your feature branches
348
up-to-date as well. After pulling, you can checkout the feature branches
349
and rebase them:
350
0 commit comments