From 9878b8fe6cce13c48bdaebdfe0dc8266268b7da9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 8 Nov 2024 06:45:25 -0600 Subject: use go-cmd/cmd --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a449dc0..ee24d40 100644 --- a/Makefile +++ b/Makefile @@ -62,3 +62,12 @@ git-clone: debian: go-deb --no-gui --repo go.wit.com/apps/go-clone + +pull: build + ./go-clone --dry-run --pull + +pullreal: build + ./go-clone --pull + +fetch: build + ./go-clone --dry-run --fetch -- cgit v1.2.3