milis/git-guncelle

12 lines
206 B
Plaintext
Raw Normal View History

2016-03-23 17:28:44 +01:00
#!/bin/bash
#ack="guncelleme"
ack=$1
2018-07-15 14:49:55 +02:00
git remote add upstream https://notabug.org/milislinux/milis.git
git fetch upstream
git pull upstream master
2016-02-24 01:27:23 +01:00
git add .
git commit -a -m "$ack"
git push origin master