I want to upload a WAR file to my Openshift account , but it forces me to use GIT ot GITHUB (here). Please forgive me for saying this , but this is very very a
Please follow the instructions in the following link
https://www.openshift.com/kb/kb-e1088-how-to-deploy-pre-compiled-java-applications-war-and-ear-files-onto-your-openshift-gear
More details :
You can use like this :
Hit git
and log into the git bash , and then do this:
scp @-.rhcloud.com:~//data/
example:
scp hello.csv 87b95e67477f442c9356a4ae49cd7c9e@cdapp-music.rhcloud.com:~/cdapp/data/
External Sources : from here