test/git-guncelle

7 lines
95 B
Plaintext
Raw Permalink Normal View History

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