Skip to content

Instantly share code, notes, and snippets.

View ejancorp's full-sized avatar

Ej Corpuz ejancorp

  • Philippines
View GitHub Profile
@Lazhari
Lazhari / readme.md
Created November 18, 2015 12:02
Use Bitbucket repo with openshift
  1. Clone your repository
$ git clone <bitbucket-repo-url>
  1. Add the remote origin for openshift

Your local clone has then your other repo (bitbucket etc.) as remote repo. Your remote repo is stored with the alias "origin" (the default alias used by git if you clone). You then add the openshift repo as remote to your clone. You do that while explicitly using an alias for the remote repo you add - I'm using "openshift" as alias here: