parent
94424a0ac8
commit
885f3e2e9c
|
@ -1,11 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#ack="guncelleme"
|
#ack="guncelleme"
|
||||||
ack=$1
|
ack=$1
|
||||||
git remote add upstream https://notabug.org/milislinux/milis.git
|
|
||||||
git fetch upstream
|
|
||||||
git pull upstream master
|
|
||||||
|
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git commit -a -m "$ack"
|
git commit -a -m "$ack"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|
Loading…
Reference in New Issue