Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
milislinux
/
mps-20
Watch
3
Star
2
Fork
1
Files
Issues
1
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
mps-20
/
git-guncelle
git-guncelle
95 B
Permalink
History
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