commit | 93d2469d4eb5128af05eba9e70a1282193cf2902 | [log] [tgz] |
---|---|---|
author | Tshepang Mbambo <hopsi@tuta.io> | Mon Aug 11 09:20:01 2025 +0200 |
committer | GitHub <noreply@github.com> | Mon Aug 11 09:20:01 2025 +0200 |
tree | c8233283362948379062e0641faef1da5fbc5969 | |
parent | 93c213cb6a463e346d3a9c91e45cf01b6dd7d2e9 [diff] |
fix grammar
diff --git a/src/git.md b/src/git.md index 687830a..8f0511a 100644 --- a/src/git.md +++ b/src/git.md
@@ -344,7 +344,7 @@ up-to-date with upstream changes: Using `git pull upstream master` while on your local master branch regularly -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 up-to-date as well. After pulling, you can checkout the feature branches and rebase them: