fork-guncelle

This commit is contained in:
yasarciv 2017-07-01 23:20:50 +03:00
parent cc60930fce
commit a75bee7e31
1 changed files with 4 additions and 0 deletions

4
bin/fork-guncelle Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git remote add upstream https://github.com/milisarge/malfs-milis.git
git fetch upstream
git pull upstream master