filmov
tv
Learn Git in 30 Minutes | Git Basics Tutorial | Git Fundamentals Training
Показать описание
This video will focus on how to work with Git and learn different Git commands and with animation. It starts from Git commit, git branch, git merge, git rebase and many others.
This video created to help you well understand Git in depth and the main idea of Git tree and how Git commands work behind the scene not just work and type commands and execute them.
You will understand how create git commit and why it’s important to understand Git tree and how each commit pointing to the previous commit. You will also learn how git branch is working and what happen when you merge code from one branch to anther and how different merge can be applied.
You will learn from how to work with remote repo for git, push the code, pull and fix some git error as well.
When working with Git or other version control systems, the idea of saving it is not the normal saving we used to do with normal file system. In Git we called it commit. A commit is a Git equivalent to save and since Git optimize rescues, it only commits the delta of the changes. This is why each commit pointing to the previous commit.
This is why we have what we called Git tree where it has each commit pointing to the previous one.
But what about the commit of the merge? Since the merge is coming from 2 different paths, it creates special commit where it has 2 parents commits. There are many other points will be explained in the video.
About the Author
-----------------------------
Video:
Blog:
Linked-in
GitHub
Twitter:
#docker #container #docker_tutorial #docker_training
For more info about DevOps, Azure DevOps ,VSTS, Software Testing, Dynamics 365, visit my blog:
#git #git_branch #git_tutorial #learn_git #git_merge
This video created to help you well understand Git in depth and the main idea of Git tree and how Git commands work behind the scene not just work and type commands and execute them.
You will understand how create git commit and why it’s important to understand Git tree and how each commit pointing to the previous commit. You will also learn how git branch is working and what happen when you merge code from one branch to anther and how different merge can be applied.
You will learn from how to work with remote repo for git, push the code, pull and fix some git error as well.
When working with Git or other version control systems, the idea of saving it is not the normal saving we used to do with normal file system. In Git we called it commit. A commit is a Git equivalent to save and since Git optimize rescues, it only commits the delta of the changes. This is why each commit pointing to the previous commit.
This is why we have what we called Git tree where it has each commit pointing to the previous one.
But what about the commit of the merge? Since the merge is coming from 2 different paths, it creates special commit where it has 2 parents commits. There are many other points will be explained in the video.
About the Author
-----------------------------
Video:
Blog:
Linked-in
GitHub
Twitter:
#docker #container #docker_tutorial #docker_training
For more info about DevOps, Azure DevOps ,VSTS, Software Testing, Dynamics 365, visit my blog:
#git #git_branch #git_tutorial #learn_git #git_merge
Комментарии