Skip to content

Commit 862f694

Browse files
committed
Update makefile
1 parent 6fe0d46 commit 862f694

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test install dev venv clean
1+
.PHONY: test install dev venv clean pull push
22
.ONESHELL:
33

44
VENV=.venv
@@ -29,3 +29,9 @@ venv:
2929
clean:
3030
rm -r $(VENV)
3131
find -iname "*.pyc" -delete
32+
33+
pull:
34+
git subtree pull --prefix traiter https://github.com/rafelafrance/traiter.git master --squash
35+
36+
push:
37+
git subtree push --prefix traiter https://github.com/rafelafrance/traiter.git master

0 commit comments

Comments
 (0)