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

6 рядки
95 Б
Bash
Виконуваний файл

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