mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-02-04 03:20:32 +00:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
set shell := ["pwsh", "-c"]
|
|
|
|
pull:
|
|
git pull github master
|
|
git pull codeberg master
|
|
|
|
push:
|
|
git push github master
|
|
git push codeberg master
|