dotfiles/push.sh
2024-05-03 16:56:29 +07:00

4 lines
62 B
Bash
Executable file

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