From a75bee7e31292ec9c1108d78655935d16468a375 Mon Sep 17 00:00:00 2001 From: yasarciv Date: Sat, 1 Jul 2017 23:20:50 +0300 Subject: [PATCH] fork-guncelle --- bin/fork-guncelle | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/fork-guncelle diff --git a/bin/fork-guncelle b/bin/fork-guncelle new file mode 100644 index 000000000..b05b1ca0a --- /dev/null +++ b/bin/fork-guncelle @@ -0,0 +1,4 @@ +#!/bin/bash +git remote add upstream https://github.com/milisarge/malfs-milis.git +git fetch upstream +git pull upstream master