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

  Рет қаралды 46,087

Cognitive Programmer

Cognitive Programmer

Күн бұрын

Пікірлер: 52
@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 🙏🙏🙏
@chethannv2.0
@chethannv2.0 8 ай бұрын
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 7 ай бұрын
Thank you so much for your kind comment 🙏
@swathivenkatesh7761
@swathivenkatesh7761 Жыл бұрын
Thank you sir! Very simplified way of explaining
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thank you so much 🙏
@arkaneamper6370
@arkaneamper6370 20 күн бұрын
Thank you so much sir. I have learned a lot and I think I am ready for our exam. You are a blessing❤
@pradeepmca
@pradeepmca 5 ай бұрын
Very crisp and super useful video. Very good and simple explanation. Thanks a lot!
@Cognitive-Programmer
@Cognitive-Programmer 5 ай бұрын
Thank you so much for your kind words 🙏
@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 🙏
@zakiasmaa6834
@zakiasmaa6834 3 ай бұрын
Thank you a lot Sir, you simplified the concept and it's ver clear, thans again
@Cognitive-Programmer
@Cognitive-Programmer 3 ай бұрын
Thanks for your comment 🙏
@SoumyadeepBasu-qy3qk
@SoumyadeepBasu-qy3qk Ай бұрын
Simple and great explanation.
@Cognitive-Programmer
@Cognitive-Programmer Ай бұрын
Thanks 🙏
@NirajNirala-e3o
@NirajNirala-e3o 10 ай бұрын
Excellent sir...simple and effective
@Cognitive-Programmer
@Cognitive-Programmer 9 ай бұрын
Thank you so much for your comment
@sameerkumar1884
@sameerkumar1884 2 жыл бұрын
I like your pace.. Thank you for this informative video
@Cognitive-Programmer
@Cognitive-Programmer 2 жыл бұрын
Thanks for your comment
@amarkallappa8057
@amarkallappa8057 4 ай бұрын
It very wonderful platform to learn many things thanks lot sir ❤❤
@Cognitive-Programmer
@Cognitive-Programmer 3 ай бұрын
Thank you 🙏
@saikrishna12232
@saikrishna12232 Жыл бұрын
we can also use git switch to switch into different branch.
@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 2 жыл бұрын
@@Cognitive-Programmer can u do further videos on git
@Cognitive-Programmer
@Cognitive-Programmer 2 жыл бұрын
Thank you for reaching out.. will definitely consider 🙏
@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 🙏
@lyricsque2240
@lyricsque2240 10 ай бұрын
Very good explanation!
@Cognitive-Programmer
@Cognitive-Programmer 9 ай бұрын
Thanks for your comment
@mondemlanshmi
@mondemlanshmi Жыл бұрын
good video to learn heard things in simple way thank you
@Cognitive-Programmer
@Cognitive-Programmer 11 ай бұрын
Thank you so much 🙏
@sameerkumar1884
@sameerkumar1884 2 жыл бұрын
Dear Sir, How do we delete barnch simultaneously when we push it git ?
@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 🙏
@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 10 ай бұрын
bro you're good. Really good
@Cognitive-Programmer
@Cognitive-Programmer 9 ай бұрын
Thank you so much for your comment
@anandgomaskar2210
@anandgomaskar2210 Жыл бұрын
thanku so much sir great video understandeble very much
@Cognitive-Programmer
@Cognitive-Programmer Жыл бұрын
Thanks you so much for watching my video 🙏
@terzuxtech
@terzuxtech 2 жыл бұрын
pls i want you to make a video on flutter_bloc package pls
@MyCodeBytez
@MyCodeBytez 9 ай бұрын
Appreciate your efforts sir but why we need to do merge instead we can do push easily.
@Cognitive-Programmer
@Cognitive-Programmer 9 ай бұрын
Many people might be doing the changes simultaneously. hence we need to merge, Hope it helps. Thanks for your comment 🙏
@MyCodeBytez
@MyCodeBytez 9 ай бұрын
If we take pull before pushing is enough than merging, is not it?
@Cognitive-Programmer
@Cognitive-Programmer 9 ай бұрын
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 9 ай бұрын
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 🙏
@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
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 29 МЛН
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 6 МЛН
GIT 3 Branching Strategy | Github and GitLab Branching Strategy | Must know for all engineers
15:52
Complete Git and GitHub Tutorial for Beginners
1:15:22
Apna College
Рет қаралды 3,4 МЛН
Git MERGE vs REBASE: Everything You Need to Know
4:34
ByteByteGo
Рет қаралды 458 М.
Learn to Create Branches and Merge Them in GIT | GIT Tutorials
14:22
Git rebase is not that scary
21:44
Hitesh Choudhary
Рет қаралды 25 М.
Git Branching and Merging - Detailed Tutorial
54:28
SuperSimpleDev
Рет қаралды 227 М.
How Git Works: Explained in 4 Minutes
4:18
ByteByteGo
Рет қаралды 290 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,2 МЛН
Introduction to Git - Branching and Merging
28:48
David Mahler
Рет қаралды 490 М.
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 29 МЛН