Git Commands: what is commit pull push origin master?

preview_player
Показать описание
Are you just starting to use Git/GitHub, and you want to master a few simple commands? Or, are you a project manager, product manager, scrum master, or business analyst, and you're curious what git commit, git push, git pull, and origin master mean? You've found the right video! This video contains a few definitions, and then a simple animated example that describes how Git/GitHub and other distributed version control systems work.
Рекомендации по теме
Комментарии
Автор

Trust me guys, this was the best tutorial on github so far. Animation part is the best. Subscribing for future videos.

Tanzeel
Автор

git push (to) origin (from) master

a little late but this is how it's starting to take shape in my head

PurpleWarlock
Автор

Still do not understand the difference b/w "git push" and "git push origin <my_branch_name>. Which one should be used in which case, both pushes the code in <my_branch_name>.

naveendharni
Автор

You should link the branch video.

Thanks for the videos.

laracroftsaknfettig
Автор

Sir I've a question here. At 5:20 you did `git update` but my tech lead told me `git merge origin/master`. What is the difference. Please clear my doubt.

Tanzeel
Автор

It's really freaky how I haven't searched any IT/programming topics for months. 30 minuets ago I decide I need to finally get Git under my belt, and voila! Here's Youtube reading my soul. Those tin foil hat people were right all along.

bnwo