This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
warehouse/justfile

8 lines
129 B
Makefile

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