diff --git a/git-guncelle b/git-guncelle index b32037260..b213ce5c1 100755 --- a/git-guncelle +++ b/git-guncelle @@ -1,11 +1,6 @@ #!/bin/bash #ack="guncelleme" ack=$1 -git remote add upstream https://notabug.org/milislinux/milis.git -git fetch upstream -git pull upstream master - - git add . git commit -a -m "$ack" git push origin master