Git Pull Request | Git Pull Request Tutorial | Git Commands |Git Tutorial For Beginners |Simplilearn

preview_player
Показать описание
This video on Git Pull will help you learn about the pull command in Git. First, we will have a look at the basics of the pull command, and then we will see a hands-on demo of Git Pull, where we will pull files and folders from our remote repository to our local repository. Then we will make changes to those files and push them back onto the remote repository.

The below topics will be explained in this video:
What is Git Pull? 00:35
Demo of Git Pull 01:42

#GitPullRequest #GitPull #GitPullRequestCommandLine #GitPullCommand #GitPullTutorial #Git #GitCommands #GitTutorial #GitTutorialForBeginners #GitTraining #LearnGit #GitTutorialForBeginners #Git #Simplilearn

➡️ Post Graduate Program In DevOps
DevOps training course will bring out the scientist in you. You'll learn how to formalize and document development processes and create a self-documenting system. DevOps certification course will also cover advanced tools like Puppet, SaltStack, and Ansible that help self-governance and automated management at scale.

✅ Key Features
- Caltech CTME Post Graduate Certificate
- Enrolment in Simplilearn’s JobAssist
- Receive upto 25 CEUs from Caltech CTME upon course completion
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Master classes taught by Caltech CTME instructor
- 8X higher interaction in live online classes conducted by industry experts
- Online Convocation by Caltech CTME Program Director
- 20+ real-

✅ Skills Covered
- DevOps Methodology
- Continuous Integration
- Continuous Delivery
- Configuration Management
- Containerization
- DevOps on Cloud
- Source Control
- Deployment Automation
- Cloud Platforms

🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688
Рекомендации по теме
Комментарии
Автор

It would be more appropriate change the title of the video to "Git Pull", since a Pull Request is something different from what was shown, this can confuse beginners. But thanks for sharing knowledge with the community

donpredone
Автор

The demo is titled pull request tutorial but only talks about pulling and pushing - what did I miss?

ramyarj
Автор

Do you have any questions on this topic? Please share your feedback in the comment section below and we'll have our experts answer it for you. Thanks for watching the video. Cheers!

SimplilearnOfficial
Автор

This is the quality of Simplilearn, didnt expect more

Tarooq
Автор

Thanks for being straight to the point!

saltyspacenerd
Автор

This tutorial is sooo on point... Thanks so much for this!!!!

TopsonNoble
Автор

How to update the latest updated code in remote repository to local repository which is already created which do have your own code changes?

ankurv
Автор

Many thanks!!! Very useful and helpful video!!! Have a great day, sir!!!

tobyalderweireld
Автор

Thank you so much simlelearn learning makes again simple for us
🥰

sanjaykr
Автор

The second you executed "pwd" I was like "THANK YOU! Someone who doesn't mind going the extra few steps to clear up any potential confusions!" Cheers

PHDPool
Автор

Best video sir for pull request on git hub...
Video is short but most important

umairmithawala
Автор

I tried get it from past one day.... Thank u bro

prakashabk
Автор

Woah! That is only two-thirds of the story. What about when someone else pushes their changes to the remote repository. We must then do a "git pull" to merge their changes to our committed project before we can "pit push" our changes to the remote repository. How do we do that? I can't find any examples or tutorials and the GIT documentation is confusing on the subject. Is it a secret?

undercrackers
Автор

Pull requests are for aproving merge from branches. This video has nothig to do with it.

FinepixF
Автор

what is different between pull and clone both download and change put it again if we want to change..

guduguntlasuryateja
Автор

it's useful boss, watching your video from Bangladesh

rakibhasan-nklv
Автор

Thank you for your helpful videos, but can I use command [ git clone https ] rather than [ git pull https ]. So what is the difference between git clone and git pull?

reksmeyok
Автор

How can this be a pull request? Are you lost, man?

reymarkandog
Автор

made my day. This is the video i was looking for. Thanks

roshansourav
Автор

What if I forgot to do the pull and already written codes in the program that is already in my PC? In my case, I already have the source code in my PC so I did not do the pull but when I tried pushing it to Github I'm having an error. Googling told me that I need to do the pull thing first to be able to do a push. But I already written codes in my program. Will it be overwritten if I do the pull now?

By the way thank you for this. It really helps.


EDIT: I did some experiments.

First, I tried to do the pull after writing codes, then I tried to push and I only got an error.

Second, I tried to make a pull in a fresh and empty folder. Then I copied all the files from the already edited copy of the source code but the problem is when I do the commit, git does not recognize the changes and I honestly don't know why.

I will very much appreciate it if you can help me with this one :)

ivonherms