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