We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf693f commit 800ea61Copy full SHA for 800ea61
Makefile
@@ -3,10 +3,9 @@
3
all:
4
5
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
+ git checkout collect && git merge master
+ git checkout orig.org && git merge collect
+ git checkout new.hybrid && git merge orig.org
10
11
blob_dump:
12
pg_dump -b -c -C -f $(PGDATABASE).$@ -F c -O -Z 9 -U $(USER) -W $(PGDATABASE)
0 commit comments