Skip to content

Commit 149f434

Browse files
authored
Update sync
Better support for more developers at the same time
1 parent 6f527ca commit 149f434

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/sync

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export GIT_MERGE_AUTOEDIT=no
55

66
git add .
77
git commit -m "Local changes before sync"
8+
9+
git pull
10+
811
git push
912

1013
if ! git pull origin flutterflow; then
@@ -21,4 +24,4 @@ fi
2124

2225
git add .
2326
git commit -m "Local changes after sync"
24-
git push
27+
git push

0 commit comments

Comments
 (0)