Wikipedia

Search results

16 August 2015

git add openshift remote

Step 1:
Find your Openshift app ssh via
$ rhc apps
and copy the Git url corresponding to the application of interest

Step 2:
You can then add that ssh value as a remote, named as openshift below
$ git remote add openshift -f "$SSH"

No comments:

Post a Comment