- Aktualisieren temporär entfernt.
This commit is contained in:
parent
ba790edb64
commit
aa7a8d43f6
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
Orginalname="Orginal"
|
||||
|
||||
git remote -v|grep majn >/dev/null
|
||||
if [ $? != 0 ]; then
|
||||
echo "muss remote einbauen"
|
||||
git remote add $Orginalname https://github.com/majn/telegram-purple.git
|
||||
fi
|
||||
git fetch $Orginalname
|
||||
git checkout master
|
||||
git merge $Orginalname/master
|
Loading…
Add table
Reference in a new issue