rpicms

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

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

Reworked File Structure complete. Not all things will work!

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

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