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

Commit 0860d30

Browse files
committed
Fix docs
1 parent d5434cc commit 0860d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ merging its master branch into ours:
77
$ git remote add upstream https://android.googlesource.com/platform/external/sqlite/
88
$ git fetch upstream
99
$ git merge upstream/master
10-
$ git push -m "Synchronized with Google upstream master branch"
10+
$ git push
1111

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

0 commit comments

Comments
 (0)