diverses hinzu

This commit is contained in:
Marc Hoppe
2012-12-16 18:46:30 +01:00
parent 5cc14d382a
commit 650bd4c705
58 changed files with 6040 additions and 20 deletions

15
mirrors.update Normal file
View 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