feat: justfile for quicker backups

This commit is contained in:
Muhammad Nauman Raza 2024-03-30 00:18:04 +00:00
parent 3d192bb7b2
commit 608c08c734

7
justfile Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env just --justfile
# Backup documents
backup:
git add -A
git commit -m 'backup: $(date +"%Y-%m-%d")'
git push