I never remember this syntax

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-11 17:19:49 -05:00
parent d827c398f0
commit f85d3226e0
1 changed files with 5 additions and 0 deletions

View File

@ -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