agri_xumu/git_push.sh

6 lines
78 B
Bash
Executable File

#!/bin/bash
set -e
git add .
git commit -m 'update'
git push -f origin master