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