I have uploaded code to my openshift JBoss server before but when I upload some code today there are no changes when I open the page in the browser. When I use git I use these commands:
git add . --all
git commit -m "newcomment2"
git push
when I use git show
I get a strange response:
error: cannot run pager: No such file or directory
commit 3e1a0025bf9746fdb1e0329819f7cf79e3e8f8e4
Author: root <slenkar@gmail.com>
Date: Wed Oct 8 16:02:17 2014 -0400
newbloke2
diff --git a/upload.sh b/upload.sh
deleted file mode 100755
index 606b8af..0000000
--- a/upload.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-git add . --all
-git commit -m "newbloke2"
-git push
\ No newline at end of file
There should be a lot of other files on the server, it is only showing one, which is a SH script I made but wanted to delete.