Posted On March 31, 2019

Some Common Gitlab Commands

kimconnect 0 comments
blog.KimConnect.com >> Codes , Linux >> 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

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Redhat 7.5 Installation

Standard Default Installation Instructions At the initial loading screen, press the UP arrow to select…

JavaScript: Show the Local Weather

Demo: https://blog.kimconnect.com/wp-content/projects/showLocalWeather.html HTML Code: <html><body><h3 class="text-center">A Free Code Camp JavaScript Intermediate Level Project</h3><div class="container"><div class="text-center">…

Administering CentOS 8 with Cockpit

CentOS 8 default installation already has this utility installed. To render it active, one only…