dotfiles/push.sh
2024-04-22 19:30:44 +07:00

4 lines
62 B
Bash
Executable file

#!/usr/bin/env bash
git push "$@"
git push github master "$@"