Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
milislinux
/
mps-20
Segui
3
Vota
2
Forka
1
File
Problemi
1
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
mps-20
/
git-guncelle
git-guncelle
95 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/bash
#ack="guncelleme"
ack=$1
git add .
git commit -a -m "$ack"
git push origin master