dotfiles/Justfile
2025-01-13 12:18:20 +00:00

10 lines
190 B
Makefile

set shell := ["fish", "-c"]
set windows-shell := ["pwsh", "-c"]
pull:
git pull github master
git pull codeberg master
push:
git push github master
git push codeberg master