Git and GitLab for Beginners - Crash Course [ 4 Hours ]
Learn about Git and GitLab in this tutorial. These are important tools for all developers to understand. Git and GitLab make it easier to manage different software versions and make it easier for multiple people to work on the same software project.
? Git Bash Download: https://git-scm.com/downloads
? Sample Java Project: https://start.spring.io
⭐️ Contents ⭐️
⌨️ Introduction
⌨️ What is git?
⌨️ What is version control?
⌨️ Terms to be learn in video
⌨️ Git commands
⌨️ sign up in GitHub
⌨️ using git in local machine
⌨️ git install
⌨️ getting code editor
⌨️ inside VS Code
⌨️ cloning through VS Code
⌨️ git commit command
⌨️ git add command
⌨️ committing
⌨️ git push command
⌨️ SSH Keys
⌨️ git push
⌨️ Review workflow so far
⌨️ Compare between GitHub workflow and local git workflow
⌨️ git branching
⌨️ Undoing in git
⌨️ Forking in git
⌨️ Ending
Commands:
Step 1: Download git from https://git-scm.com/ and install git
Step 2: Check git is installed on your system
git --version
Step 3: Run following git commands
git config --global user.name “xxxx”
git config --global user.name
git config --global user.email “xxxx”
git config --global user.email
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
Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.
GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking and continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc.
#GIT #GITLAB
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Git and GitLab for Beginners - Crash Course [ 4 Hours ]», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.