From 885f3e2e9c3afd81c523ca2716e2869c10625bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milis=20=C4=B0=C5=9Fletim=20Sistemi?= Date: Wed, 18 Jul 2018 08:26:44 +0000 Subject: [PATCH] =?UTF-8?q?'git-guncelle'=20g=C3=BCncelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git güncelle --- git-guncelle | 5 ----- 1 file changed, 5 deletions(-) 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