rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 3d5be76117d3e9ba3ac2322287cafa331fec3d8c
parent 6ad14bf8ff5cb95ae2a71398b7430c0c342020fc
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 19 Nov 2014 20:10:46 +0100

$commit

Diffstat:
Mupload.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upload.sh b/upload.sh @@ -4,7 +4,7 @@ echo "Commit:" read commit git commit -m '$commit' git remote add origin https://github.com/RpicmsTeam/RPICMS.git -#git push -f -u origin develop +git push -f -u origin develop git remote remove origin echo "Fertig!" sleep 10