Skip to content

Commit 800ea61

Browse files
committed
Update branch names
1 parent ccf693f commit 800ea61

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
all:
44

55
update-branches:
6-
git checkout orig.org && git merge master
7-
git checkout correl && git merge orig.org
8-
git checkout edit.hybrid && git merge correl
9-
git checkout new.hybrid && git merge edit.hybrid
6+
git checkout collect && git merge master
7+
git checkout orig.org && git merge collect
8+
git checkout new.hybrid && git merge orig.org
109

1110
blob_dump:
1211
pg_dump -b -c -C -f $(PGDATABASE).$@ -F c -O -Z 9 -U $(USER) -W $(PGDATABASE)

0 commit comments

Comments
 (0)