summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f81a70..75e911c 100644
--- a/Makefile
+++ b/Makefile
@@ -41,3 +41,8 @@ clean:
# makes a .deb package
debian:
go-deb --no-gui --repo go.wit.com/apps/gowebd
+
+squash-the-last-3-commits-together:
+ git rebase -i HEAD~3
+ git fsck
+ git prune