From a1612864e2b34982303405eaa1d855b93d0aa15f Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Sat, 7 Feb 2026 18:53:30 +0000 Subject: [PATCH] just sync --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..5b0ca43 --- /dev/null +++ b/justfile @@ -0,0 +1,6 @@ +git-sync: + @echo "Doing GIT Dance" + git pull + git add . + git commit -m 'just sync' + git push