add Justfile with git push shortcut

This commit is contained in:
Justin Blake 2026-08-16 09:18:24 -04:00
parent a367738501
commit c9a2f96c7b
No known key found for this signature in database
GPG key ID: E70CAC45C816AAEA
3 changed files with 126 additions and 1 deletions

2
Justfile Normal file
View file

@ -0,0 +1,2 @@
push BRANCH="main":
git push origin {{BRANCH}} && git push codeberg {{BRANCH}}