commit e156c2a1453ddd7efc3c36f333c06ecae2a12d4e parent 5908871299a903a1c76f24dad5257775e945bec4 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 22 Feb 2015 19:13:19 +0100 test push Diffstat:
5 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/update/LICENSE.md b/core/_update/LICENSE.md diff --git a/core/update/index.php b/core/_update/index.php diff --git a/core/update/update/index.php b/core/_update/update/index.php diff --git a/core/update/update/update.php b/core/_update/update/update.php diff --git a/upload.sh b/upload.sh @@ -3,7 +3,7 @@ git add . --all echo "Commit:" read commit git commit -m "$commit" -git remote add origin https://github.com/RpicmsTeam/RPICMS.git +git remote add origin https://mtrnord:b5b2678ba4947697251a3e9c5235442283adb440@github.com/RpicmsTeam/RPICMS.git git push -f -u origin develop git remote remove origin echo "Fertig!"