diverses hinzu
This commit is contained in:
15
mirrors.update
Normal file
15
mirrors.update
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
fhemdir=/home/marc/src/fhem
|
||||
fhem_mirror=$fhemdir/fhem-git
|
||||
myfhem=$fhemdir/my
|
||||
|
||||
cd $fhem_mirror
|
||||
git svn rebase
|
||||
#git merge remotes/git-svn
|
||||
git push github master
|
||||
#cd $myfhem
|
||||
#git fetch origin
|
||||
#git push github master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user