Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
milislinux
/
mps-20
Suivre
3
Voter
2
Fork
1
Fichiers
Tickets
1
Pull Requests
0
Wiki
Aborescence:
9ce3ca3e66
Branches
Tags
master
mps-20
/
git-guncelle
git-guncelle
95 B
Historique
Raw
1
2
3
4
5
6
7
#!/bin/bash
#ack="guncelleme"
ack=$1
git add .
git commit -a -m "$ack"
git push origin master