diff --git a/justfile b/justfile index 958bf2a..3dbeb05 100644 --- a/justfile +++ b/justfile @@ -18,6 +18,7 @@ setup: echo "just test" >> ./.git/hooks/pre-commit && chmod +x ./.git/hooks/pre-commit push: + git pull git add * read -p "Commit message: " -r message && git commit -m "$message" git push