milis/git-guncelle
Milis İşletim Sistemi 885f3e2e9c 'git-guncelle' güncelle
git güncelle
2018-07-18 08:26:44 +00:00

6 lines
95 B
Bash
Executable file

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