dotfiles/push.sh
2024-04-18 03:47:16 +07:00

4 lines
62 B
Bash
Executable file

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