I have an application set up in redhat openshift and are able to commits and push.
My question is, how do I include my teammates into this repository so that they can do the same as well.
New to git and openshift. Help appreciated.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add their SSH Public keys to your the application through the web console or the command line tools. In the command line it is rhc-sshkey.
Once those keys are added your other developers should be able to use the same git commands (over SSH) that you use to interact with the repo.
“rhc app show” should give you the SSH git url.