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

JavaScript: Random Quote Generator

Demo Link: https://blog.kimconnect.com/wp-content/projects/randomQuoteGenerator.html HTML code: <body> <div class="container fluid"> <div> <div class="text-center"> <h1> Random Quote…

Hyper-V Servers Report

# hyperVServersReport.ps1 # Version: 0.0.1 # Description: # This script will scan for Hyper-V Hosts…

PowerShell: Adding Active Directory Module

Windows environments often are controlled by Active Directory; hence, it is useful to include this…