test/git-guncelle

7 lines
95 B
Bash
Executable File

#!/bin/bash
#ack="guncelleme"
ack=$1
git add .
git commit -a -m "$ack"
git push origin master