Git Branches - Creating and Managing Branches in git Using Git Branch, Git merge and Git Checkout

  Рет қаралды 42,311

Cognitive Programmer

Cognitive Programmer

Күн бұрын

Пікірлер: 49
@chethannv2.0
@chethannv2.0 6 ай бұрын
I was looking for a perfect KZbin channel for a simplified and easy understanding and have seen more than 50 youtube channels and finally happy that i found your channel sir. Thank You so much you filled confidence in me. I am happy to learn.
@Cognitive-Programmer
@Cognitive-Programmer 5 ай бұрын
Thank you so much for your kind comment 🙏
@DanGitschooldude
@DanGitschooldude 4 жыл бұрын
Nice vid! Some more information for the git newbies out there: 1. HEAD is a shortcut for "the commit this repo is currently checked out to" 2. A git branch is just a pointer to a single commit that can move when actions (merge, checkout, reset, rebase) are taken 3. Branches in git are largely ephemeral -- where they point changes over time and there's no precise record of where any branch has pointed in the past. This is largely not a problem because the true history of the repo lies within commits and their parental relationships. 4. At 10:00, the merge of develop into master is fast-forward, so master just moves from beca713 to 40c841c without the creation of a merge commit. Fast-forward merges happen when there's no divergence in code between the branches being merged. This is atypical (and often not allowed) for merge/pull request workflows.
@Cognitive-Programmer
@Cognitive-Programmer 4 жыл бұрын
Thanks for your valuable insights 🙏🙏🙏
@pradeepmca
@pradeepmca 3 ай бұрын
Very crisp and super useful video. Very good and simple explanation. Thanks a lot!
@Cognitive-Programmer
@Cognitive-Programmer 3 ай бұрын
Thank you so much for your kind words 🙏
@swathivenkatesh7761
@swathivenkatesh7761 Жыл бұрын
Thank you sir! Very simplified way of explaining
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thank you so much 🙏
@zakiasmaa6834
@zakiasmaa6834 Ай бұрын
Thank you a lot Sir, you simplified the concept and it's ver clear, thans again
@Cognitive-Programmer
@Cognitive-Programmer Ай бұрын
Thanks for your comment 🙏
@divya276
@divya276 Жыл бұрын
Excellent series of GitHub I am a student of UWA n your videos is very helpful for learn my concept ty
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thank you so much 🙏
@amarkallappa8057
@amarkallappa8057 2 ай бұрын
It very wonderful platform to learn many things thanks lot sir ❤❤
@Cognitive-Programmer
@Cognitive-Programmer Ай бұрын
Thank you 🙏
@sirigidivasu3567
@sirigidivasu3567 Жыл бұрын
Sir , your explanation skills are very nice 💚💚, i clearly understood, please sir can you make some more videos on git..
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thanks for your comment & valuable suggestion 🙏
@terzuxtech
@terzuxtech 2 жыл бұрын
Can't stop watching Thank You very much
@Cognitive-Programmer
@Cognitive-Programmer 2 жыл бұрын
Thanks a lot for taking time out to write the comment.. Thanks again 🙏
@Dileepkumar-es6rm
@Dileepkumar-es6rm Жыл бұрын
@@Cognitive-Programmer can u do further videos on git
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thank you for reaching out.. will definitely consider 🙏
@saikrishna12232
@saikrishna12232 Жыл бұрын
we can also use git switch to switch into different branch.
@sameerkumar1884
@sameerkumar1884 2 жыл бұрын
I like your pace.. Thank you for this informative video
@Cognitive-Programmer
@Cognitive-Programmer 2 жыл бұрын
Thanks for your comment
@NirajNirala-e3o
@NirajNirala-e3o 8 ай бұрын
Excellent sir...simple and effective
@Cognitive-Programmer
@Cognitive-Programmer 7 ай бұрын
Thank you so much for your comment
@terzuxtech
@terzuxtech 2 жыл бұрын
Your video helped me alot Thank You...If we were to rate videos, I would have given you 5 stars but for now, it is a thumbs up 👍
@Cognitive-Programmer
@Cognitive-Programmer 2 жыл бұрын
Thank you so much for your kind words 🙏
@lyricsque2240
@lyricsque2240 8 ай бұрын
Very good explanation!
@Cognitive-Programmer
@Cognitive-Programmer 7 ай бұрын
Thanks for your comment
@sameerkumar1884
@sameerkumar1884 2 жыл бұрын
Dear Sir, How do we delete barnch simultaneously when we push it git ?
@anandgomaskar2210
@anandgomaskar2210 Жыл бұрын
thanku so much sir great video understandeble very much
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thanks you so much for watching my video 🙏
@joshuaafolabi80
@joshuaafolabi80 Жыл бұрын
Thank you sir. I love your teaching. It is so simplified. Please i want to learn Python. Put me through.
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thank you so much for your appreciation. Thanks a lot. I do have a python playlist, have a look kzbin.info/aero/PL_dsdStdDXbqK2e5knrsErF3VpRK3fyO5 All the best for your learning. Thanks 🙏
@arushsingh5590
@arushsingh5590 8 ай бұрын
bro you're good. Really good
@Cognitive-Programmer
@Cognitive-Programmer 7 ай бұрын
Thank you so much for your comment
@MyCodeBytez
@MyCodeBytez 7 ай бұрын
Appreciate your efforts sir but why we need to do merge instead we can do push easily.
@Cognitive-Programmer
@Cognitive-Programmer 7 ай бұрын
Many people might be doing the changes simultaneously. hence we need to merge, Hope it helps. Thanks for your comment 🙏
@MyCodeBytez
@MyCodeBytez 7 ай бұрын
If we take pull before pushing is enough than merging, is not it?
@Cognitive-Programmer
@Cognitive-Programmer 7 ай бұрын
Hi This may work if you have small co located teams.. but in the larger systems you may not able to control when someone does the checking Hope it helps Thanks
@MyCodeBytez
@MyCodeBytez 7 ай бұрын
If you get time, could you make a video that shows difference between branch merging vs pull and push.
@angelcastaneda4023
@angelcastaneda4023 Жыл бұрын
This was epic.
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thanks for your comment 🙏
@terzuxtech
@terzuxtech 2 жыл бұрын
pls i want you to make a video on flutter_bloc package pls
@sanskritisinghrathore3022
@sanskritisinghrathore3022 2 жыл бұрын
Hican u pls make video on merge and rebase
@Cognitive-Programmer
@Cognitive-Programmer 2 жыл бұрын
Thanks for your comment and valuable suggestion 🙏
@sanskritisinghrathore3022
@sanskritisinghrathore3022 2 жыл бұрын
Yourexplanatuon is to ood
@mondemlanshmi
@mondemlanshmi 10 ай бұрын
good video to learn heard things in simple way thank you
@Cognitive-Programmer
@Cognitive-Programmer 9 ай бұрын
Thank you so much 🙏
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 51 МЛН
Who’s the Real Dad Doll Squid? Can You Guess in 60 Seconds? | Roblox 3D
00:34
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 32 МЛН
Git and GitHub Beginner Tutorial 5 - Branching and Merging
10:57
Automation Step by Step
Рет қаралды 118 М.
GIT 3 Branching Strategy | Github and GitLab Branching Strategy | Must know for all engineers
15:52
git fetch vs git pull | Live Demo | Ashok IT
6:15
Ashok IT
Рет қаралды 47 М.
Git Branching and Merging - Detailed Tutorial
54:28
SuperSimpleDev
Рет қаралды 214 М.
Learn Git Rebase in 6 minutes // explained with live animations!
6:43
The Modern Coder
Рет қаралды 802 М.
Git MERGE vs REBASE: Everything You Need to Know
4:34
ByteByteGo
Рет қаралды 419 М.
Git MERGE vs REBASE: The Definitive Guide
9:39
The Modern Coder
Рет қаралды 119 М.
Introduction to Git - Branching and Merging
28:48
David Mahler
Рет қаралды 488 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,1 МЛН