From ac79bdaa308b4f44dbaabbebdeb47aa89134673c Mon Sep 17 00:00:00 2001 From: milisbir Date: Sun, 15 Jul 2018 14:49:55 +0200 Subject: [PATCH] =?UTF-8?q?git-guncelle-d=C3=BCzenleme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-guncelle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/git-guncelle b/git-guncelle index b213ce5c1..b32037260 100755 --- a/git-guncelle +++ b/git-guncelle @@ -1,6 +1,11 @@ #!/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