summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfpi2020-07-15 21:53:02 +0200
committerfpi2020-07-15 22:09:21 +0200
commita965137b4b6fe572f4f5daee467000dd8404200c (patch)
tree21497b4e6c8fd62f37e6aa06c035c647e9b59ec7 /Makefile
parentMake git ignore *.patch files (diff)
Add a script to pull from origin with rebase
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3a7693..92b04f5 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,9 @@ tangle:
link:
tangle/link.sh
+
+fetch:
+ git fetch
+
+pull:
+ tangle/pull.sh