Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed May 26, 2020
1 parent d5434cc commit 0860d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ merging its master branch into ours:
$ git remote add upstream https://android.googlesource.com/platform/external/sqlite/
$ git fetch upstream
$ git merge upstream/master
$ git push -m "Synchronized with Google upstream master branch"
$ git push

We do not use the `master` branch for anything else than to keep it in sync with Google upstream. Whenever there's a
need to update SQLite version a new branch named after the SQLite version should be created off of the `master` branch
Expand Down

0 comments on commit 0860d30

Please sign in to comment.