GitLab Beginner Tutorial 2 | Getting started with Git Commands

preview_player
Показать описание
Today we will learn
Download and install Git
Add a project/folder to git
Commit and Push project to GitLab

Step 2: Check git is installed on your system
git --version

Step 3: Run following git commands

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
------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ PROGRAMMING ------------

------------ IDE ------------

------------ MAVEN ------------

------------ OTHERS ------------

You can support my mission for education by sharing this knowledge and helping as many people as you can

Never Stop Learning
Raghav
Рекомендации по теме
Комментарии
Автор

Lot of respect for people like you who put efforts and invest time to make our life easier. Thanks a ton.

ankitsethia
Автор

Man, that tutorial is great, I absolutely love how clear everything is.

michawakulinski
Автор

So simple and easy to understand. Thank you so much for your time and effort. Looking forward to completing the whole series and many more.

sanjaychaudhari
Автор

After many hours of searching and frustration I finally land on this tutorial which made my night much better. Thanks a million!
Easy, simple and smooth! Well explained!

ahmedwafi
Автор

One of the best tutorial channel in YouTube I have ever seen. All steps are clearly shown and excellently explained. Well done, it makes lives of many developers easier

jensharbers
Автор

Wow, this was OUTSTANDING, when you're a completely new to this stuff like me and have no idea where to start, this was absolutely perfect!! THANKS!

ktfpmeh
Автор

I learned more today than what I used to learn in a 2 week sprint. Thank you, Raghav :-)

onur-a-k
Автор

Thank you very much! Your video is so much HELPFUL!!! It's very clear and resonable. I was compeletely overwhealmed by my professors' misleading video. His Dutch-English is so bad and his 10 min video cost me nearly 3 hours to figure it out, but still give up in the end. I have never thought Git was so much easy before. Thanks for your videos and lectures again!

rickycaron
Автор

Excellent explanation ! I have seen a LOT of videos on YouTube and other platforms, but non are so easy to understand. It takes a lot of efforts to create these videos (and for free) for users. Thank you and more power to you !

ark
Автор

I love your calmness and the way you teach, your videos have really helped me. Thank you very much.

yemi
Автор

Thank you. Your tutorials have been very helpful so far. I look forward to continuing this series.

justingaron
Автор

Great work Raghav, really enjoy your videos. Very clear with great explanations and examples.

mlky
Автор

Hey Raghav. You made the steps so easy to follow and understand. Thank you for the tutorial. Looking forward to learning more from you.

payelmazumder
Автор

Damn! It took me ages trying to figure this out by myself. But your videos have made it so much easier and removed a lot of stress from the process. Thank you very much.

gaza
Автор

great video - step by step, adding redundancies so people are clear on all your instructions. Thank you!

Charlie-dpwr
Автор

Needed to fast-track the install and this was very useful - thanks sir!

GooseDave
Автор

Very clearly laid out the steps, true master. Many thanks for the video.

erbasheer
Автор

I was looking to a couple of tutorials and didnt get anything clear. This one saved my life in 15 mins thank you!

javiercriadorisco
Автор

You are an amazing person man, thank you so much for the free and easily accessible knowledge. This has helped me a ton.

duckyboy
Автор

Thanks Raghav for such a neat and clean steps. This is what i was looking for since long back.

SunnyUtkarsh