CPass - zhuje/openshift-wiki GitHub Wiki
Forking and setting up your SSH key
# Sign in and Fork
### Sign in with SAML for Red Hat
open https://gitlab.cee.redhat.com/pipeline/products
### Fork the repository
# Go to your fork
open http://gitlab.cee.redhat.com:$USERNAME/products.git
### https://gitlab.cee.redhat.com/jezhu/products
# Update SSH key in GitLab by adding public key
### go to your User Settings > SSH Key > 'Add new key' > add your public key which can be found in `.ssh/id_rsa.pub`
### Create a Personal Access Token -- this allow you to push to gitlab
https://gitlab.cee.redhat.com/help/user/profile/personal_access_tokens.md#create-a-personal-access-token
# Clone your remote repo
git clone [email protected]:$USERNAME/products.git
cd products