test/git-guncelle

7 lines
95 B
Text
Raw Permalink Normal View History

2018-11-10 06:45:50 +02:00
#!/bin/bash
#ack="guncelleme"
ack=$1
git add .
git commit -a -m "$ack"
git push origin master