RUVIDEO
Поделитесь видео 🙏

Git Tutorial | Git All Commands #Devops Tutorial For Beginners

#Git Tutorial
#Git Tutorial For Beginners
#Devopstutorialforbeginners

#Github #Git Install #Git For Windows #Git installation #Git installer #Git installed
Git ignore files #gitignore folder #gitignore example #Git ignore command
#gitignore tutorial #git ignore a file #gitignore command
#Install Git Windows #Git installation windows

Hi.... Welcome to aws tutorial for beginners with devops

Today we will discuss with git installation and start with some git commands
git add
git commit
git push

git bash commands,git commands,git basics tutorial,git up tutorial,git it up,git up,gitlab,

will take some simple content in one region and push it to the central repo
and
will pull it from another region like that...

let' do this...

1.Launch 2 ec2 instances (Linux) 1.Mumbai region
2.London region
2.Install git in both the regions.before this we have to run some commands like this
3.Git installed on Mumbai region
4.Now do the same in London region.
5.Now both regions installed git.
6.Now Create a directory and go inside it.
7."mkdir mumbaigit" Run this.
8.Now run "git init" it will create the workspace,staging,local repo.
9.Now create one file and add some content inside it.
10."touch myfile" run this and add some content inside the myfile.
11.Now check the status "git status".
12.It is showing that nothing commited and nothing tracked..
13.Let's add and commit this.
14."git add ." it will add this myfile to the staging section and then it's trackable.
15.git commit -m "1st commit from mumbai" run this command for commit.
Here the comment is your wish.
16.Now check the log with "git log".
With this we can track when the changes happen and who did that.
author name and email will display.
17.Now will change that author name and email.
18.git config --global user.name "your name"
git config --global user.email "your email"
Run these commands with name and email.
19.Now check the author name and email list.
git config --list.
20.Now Let's add some content again in myfile.
now commit this also.we have to add that first.done.
21.Now let's create the Git hub repo (Central repo).
22.git remote add origin https://github.com/ursgithub/devops.git run like this
git push -u origin master
23.see the file pushed to the centrail repo.
24.Now goto that london region and pull it.
25.make dir here also "mkdir londongit"
26.Git init here also.
27.Now pull the content from central repo (from github)
28."git pull origin master" run this.
29.git show commit id to check the particulr commit id changes.
30.Now here from london we are adding some content in that myfile and push.
31.now add and commit.
if you want track who made changes like that
configure those name and email.
32.now add some content again and will add and commit.
33.Now push the changes made in lodon to central repo.
34.Now pull again from mumbai.
Done...

Devops Tutorial With AWS | Git ignore Command Explained
#Github #Git Install #Git For Windows #Git installation #Git installer #Git installed
Git ignore files #gitignore folder #gitignore example #Git ignore command
#gitignore tutorial #git ignore a file #gitignore command
#Install Git Windows #Git installation windows

https://www.youtube.com/watch?v=FfSAjltSoNY


AWS With Devops Tutorial | Git Installation | Git add, Commit, Pull, Push | Git bash Commands
#Github #Git Install #Git For Windows #Git installation #Git installer #Git installed
Git ignore files #gitignore folder #gitignore example #Git ignore command
#gitignore tutorial #git ignore a file #gitignore command
#Install Git Windows #Git installation windows

https://www.youtube.com/watch?v=47Td93rLLyU

#Edureka Git Tutorial For Beginners with Live Demo - AWS Tutorial For Beginners with devops
#Github #Git Install #Git For Windows #Git installation #Git installer #Git installed
Git ignore files #gitignore folder #gitignore example #Git ignore command
#gitignore tutorial #git ignore a file #gitignore command
#Install Git Windows #Git installation windows

https://www.youtube.com/watch?v=2zsymYQED9k


Will discuss more git commands in nexxt videos....
Please subscribe for more videos of like this....
Comment if any one have doubts.
Like and share.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Git Tutorial | Git All Commands #Devops Tutorial For Beginners», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.