Some Common Gitlab Commands To ignore SSL Cert errors: git config –global http.sslVerify “false” # checkout changed file git checkout — Dockerfile # switch to a branch git checkout kimconnect_updates && git rebase master