Skip to content

Commit 93d2469

Browse files
authored
fix grammar
1 parent 93c213c commit 93d2469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Here is some general advice about how to keep your local repo
344344
up-to-date with upstream changes:
345345

346346
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
347+
will keep it up-to-date. You will also want to keep your feature branches
348348
up-to-date as well. After pulling, you can checkout the feature branches
349349
and rebase them:
350350

0 commit comments

Comments
 (0)