- Hilfsprogramm zum syncron halten
This commit is contained in:
parent
8c6e4e6079
commit
9a4216e170
1 changed files with 11 additions and 0 deletions
11
Aktualisieren
Executable file
11
Aktualisieren
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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