torrent/push_code.sh

7 lines
158 B
Bash
Raw Normal View History

2024-01-13 06:37:56 +00:00
#!/usr/bin/env bash
set -ex
MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$MYDIR"
git add . -A ; git commit -m "how not to commit"; git push