GitLab Beginner Tutorial 2 | Getting started with Git Commands
FREE Courses -
Today we will learn
Download and install Git
Add a project/folder to git
Commit and Push project to GitLab
Step 1: Download git from and install git
Step 2: Check git is installed on your system
git --version
Step 3: Run following git commands
git config --global “xxxx”
git config --global
git config --global “xxxx”
git config --global
git config --global --list
Step 4: Create a demo project/folder & add to git
Step 5: Goto cmd OR terminal OR git bash
CD to the location of the folder and run following commands
git init
git status
git add .
git commit -m “msg”
git push -u “url” master
Step 6: Check project (files) added on GitLab
References
#GitLabTutorials
GitHub - http
1 view
628
173
10 months ago 01:07:59 1
Ubuntu Complete Beginners Guide (Full Course in one video!)
10 months ago 00:00:29 1
Why You Should NEVER Use RIGIFY for Blender 😱 #3danimation #rigging #blender3d
10 months ago 01:25:03 1
Deploy a Microservices App on Kubernetes with GitLab CI/CD
1 year ago 00:12:53 1
Link User Register Page from Login Page in Xamarin Form Mobile Apps
1 year ago 02:55:37 3
GITLAB CI CD FULL COURSE IN 3 HOURS | Gitlab CI CD From Zero To Hero
1 year ago 01:09:00 1
GitLab CI CD Tutorial for Beginners [Crash Course]
1 year ago 03:24:59 1
Golang Tutorial for Beginners | Full Go Course
1 year ago 01:12:04 1
Kubernetes Crash Course for Absolute Beginners [NEW]
1 year ago 00:47:53 1
ArgoCD Tutorial for Beginners | GitOps CD for Kubernetes
1 year ago 00:10:53 1
What is XPath | How to create XPath | for Beginners
1 year ago 03:36:55 3
Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
1 year ago 02:46:15 1
Docker Tutorial for Beginners [FULL COURSE in 3 Hours]
2 years ago 00:36:29 1
Azure DevOps Tutorial for Beginners | CI/CD with Azure Pipelines
2 years ago 00:07:40 12
Top 10 Crazy Blender Techniques #8 - Amazing Creators!
2 years ago 00:12:43 5
Видео от Системный администратор
2 years ago 00:14:12 1
Custom properties and drivers in blender made easy
2 years ago 00:20:22 1
GitLab Beginner Tutorial 2 | Getting started with Git Commands
5 years ago 00:09:00 1
GitLab Tutorial For Beginners | What Is GitLab And How To Use It? | GitLab Tutorial | Simplilearn
5 years ago 00:22:10 1
GitLab Beginner Tutorial 7 | GitLab CI/CD Getting Started
5 years ago 00:14:45 6
GitLab Beginner Tutorial 6 | How to install GitLab Runner on Windows OS