Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git

  Переглядів 1,599,901

freeCodeCamp.org

freeCodeCamp.org

День тому

Git has the power to make you a better software developer. But you'll have to go beyond the basic "commit, push, pull" to use it effectively! In this course, we'll look at some of the more advanced concepts and tools to make you more productive and confident with Git.
This course focuses on using Git with the command line.
✏️ This course was created by Tobias Günther from Tower. You can download Tower's Git desktop UI here: www.git-tower.com
⭐️ Course Contents ⭐️
⌨️ (00:00) Introduction
⌨️ (00:52) Hosted by Tower
⌨️ (01:27) The perfect commit
⌨️ (08:07) Branching strategies
⌨️ (17:16) Pull requests
⌨️ (24:07) Merge conflicts
⌨️ (33:48) Merge vs. rebase
⌨️ (40:05) The Advanced Git Kit: www.git-tower.com/learn/git/a...
Correction:
23:37 Do NOT create a pull request to the Rails repo. This is just a demonstration and every frivolous PR creates extra work for their volunteer team.

КОМЕНТАРІ: 466
@tdew11
@tdew11 2 роки тому
Your voice was so relaxing it put me to sleep but when I woke up I knew how rebasing works, so thank you!
@coenfuse
@coenfuse 2 роки тому
Lmao
@ahmadjamalmughal47
@ahmadjamalmughal47 2 роки тому
😂
@nibbanapatipada9538
@nibbanapatipada9538 2 роки тому
same here!
@cokeantonio
@cokeantonio 2 роки тому
He sounds like christoph waltz. So soothing!
@Geddy107
@Geddy107 2 роки тому
@@cokeantonio Came to the comments just to see if someone else was thinking it.
@josephgutierrez8430
@josephgutierrez8430 2 роки тому
40 minutes sounds like a long time, but it was all jam packed with legitimate information and no fluff. Great video. Watched the whole thing and didn't even notice the time.
@KuroManX
@KuroManX Рік тому
for me 40 min is when the guy is straight to the infos and not 5+ hours of beginner talk
@frk0788
@frk0788 Рік тому
Yeah! that to me as well wondering why could it be, maybe the timing and pacing of the video is just fenomenal.
@vicLord-lh6ob
@vicLord-lh6ob 2 місяці тому
Indeed it was quality time
@fireballgfx
@fireballgfx 2 роки тому
I was not aware of the -p parameter who give me the ability to add only a specific part to the staging area.
@rxditay
@rxditay 2 роки тому
+1
@toihirhalim
@toihirhalim 2 роки тому
I had to cut, commit and then re-paste but now this powerful "-p" is awesome
@ahmadjamalmughal47
@ahmadjamalmughal47 2 роки тому
I swear me neither.
@depressedknight369
@depressedknight369 2 роки тому
really.. 😶
@vorrnth8734
@vorrnth8734 2 роки тому
I usually do that kind of stuff in git gui.
@iTor
@iTor 8 місяців тому
I closed my eyes for a moment there and I believe it was truly Christoph Waltz teaching me about Git.
@AndrewEsh
@AndrewEsh 2 місяці тому
I got that too. I was in the bar in Django Unchained, having a beer with Dr. King Schultz, having bounty hunting explained to me.
@stevenschelling8452
@stevenschelling8452 2 роки тому
Phenomenal video. These types of dev tutorials can be so dry but you made it highly visible and explained things simply and clearly. Thanks!
@architjain6749
@architjain6749 2 роки тому
"You can live a happy Git life just using merge", I felt it!
@MarcinScholke
@MarcinScholke Місяць тому
as long as no conflicts are there
@zachsandvik1867
@zachsandvik1867 2 роки тому
My compliments to the speaker. You are a very good teacher. Speaking in a relaxed way makes listening to you a huge pleasure in following your explanations. Top!!!
@OKBumble
@OKBumble Рік тому
Bravo! Not only the action steps to complete certain actions, but "why" and an explanation of what actually happens when you do! Nicely done.
@cesarsalas6444
@cesarsalas6444 9 місяців тому
La forma en que narraste todo el concepto es tan increíble que todo se quedó perfectamente en la mente.
@vandana1145
@vandana1145 2 роки тому
The way you narrated the whole concept is so awesome, everything got stick to the mind perfectly. Thanks for this beautiful content.
@depressedknight369
@depressedknight369 2 роки тому
my thoughts exactly
@burgerchild
@burgerchild Рік тому
This would have been an excellent 40 minute class in college. The knowledge is there in college, just spread out. this is clear and consise. Thanks for your work!
@w1atrak1ng
@w1atrak1ng Рік тому
Agreed
@compScientizt
@compScientizt 2 роки тому
Thank you so much, Guru Ji💖🙏, You are an amazing teacher! You taught us so much useful information in such a short period and made it a lot easier to understand. Thanks a lot for providing us free education. I'm the greatest fan of your work and knowledge. Keep it up! 🙌 This is one of my most favorite channels on UKposts 😍🥰
@talkohavy
@talkohavy Рік тому
I consider myself as pretty profficiant with git, yet I'm doing this thing where i'm occasionally revisiting known technologies to maybe learn some new things. Anyhow, just I wanted to say that this 40-minutes long video was ALL WORTH IT just for the sake of learning about the git add with the -p flag to only mark some parts of a file to be included in the commit :) Love it! definitely gonna use it in the future♥ Thank you!
@s.i.m.c.a
@s.i.m.c.a Рік тому
this is an introductory video, and "-p" flag is useless. As in the real work, most ppl uses temporary local branch with a logical name for each commit, thus no need to deal with staging or splitting commits especially in case of 50+ modified files.
@talkohavy
@talkohavy Рік тому
@@s.i.m.c.a Plus, it doesn't work very well. Since posting this comment I tried using it, and man it sucks... sometimes it takes 2 or 3 rows and considers them as ONE CHANGE! Take it or leave it! When in fact each row is a chance on it's own, where I want only one of them. And yeah, the point you made is also valid. Haven't used it since. But it's nice to know all these "secret" git command. like git rerere for instance 😉
@dannnsss8034
@dannnsss8034 Рік тому
Still so confused about rebase.
@Cameron655
@Cameron655 Рік тому
@@dannnsss8034 Your're not the only person out here. I've read the documentation for "git rerere" a dozen times and I'm still confused. I mean, I use git every day, and I think I'm proficient, but there are some very dark corners.
@vladyslavkarpenko9372
@vladyslavkarpenko9372 Рік тому
@@talkohavy Agree that git add - p not so useful, but just because it's command line interface makes harder to work out staging line by line instead of by blocks of code. Remember a lot of an optional "one letter" decisions in the interactive prompt? In this video the author just skips explanation of all options to just yES (accept incoming block of changes to stage) and nO (do not stage this whole block). The most IDEs (e. g. VS Code) gives you a useful interface to actually select which lines you would like to stage on commit. Of course sometimes happens that you needed to stage only partial change of the line, but that rare cases. In that situation you may modify line to one state, stage it and after that reimplement partial change that must be separated.
@erikgrundy
@erikgrundy 2 роки тому
I'm quite a big fan of "git add -i". This lets you do all the hunk-specific addition, while avoiding having to retype commands
@karansmittal
@karansmittal 2 роки тому
The video on branching and now this video. Thank you so much for making these difficult concepts easy for me.
@pranayp1950
@pranayp1950 2 роки тому
Thank you so much for this man. Your content is a better than a lot of paid courses out there !
@meiyachan8483
@meiyachan8483 2 роки тому
Well presented and well explained! Clarified my long-time confusion of merge and rebase
@ashley_engle
@ashley_engle 2 роки тому
Super well articulated thorough and solid knowledge here. Thank you! 💕
@codefacileWK
@codefacileWK 2 роки тому
Thank you for this amazing course ! Perfect narration !
@techwithbasil
@techwithbasil 2 роки тому
Great explanation, precision and clarity on important git concepts. Thank you
@javafun
@javafun 2 роки тому
I can concentrate well while watch this video, and understood more quickly and deeply, because of your speaking speed that is more comfortable for me. Thanks a lot.
@sandrojorgeoliveira175
@sandrojorgeoliveira175 2 роки тому
Hi Günther, thank you about this amazing training! The best for you!
@GhostStyle007
@GhostStyle007 Рік тому
A very important consideration when you start spliting a file into multiple commits is to be very careful about not breaking or creating errors into one of the two generated commits, especially if a CI pipeline is using them.
@Metal3z
@Metal3z 2 роки тому
amazing work. i finally understood the difference between pr and merge. thanks for the amazing explanation.
@shafayat1004
@shafayat1004 2 роки тому
This video came just before our first group project for my uni course. Thanks!
@ahmadjamalmughal47
@ahmadjamalmughal47 2 роки тому
Good luck man.
@rishabhjain911
@rishabhjain911 2 роки тому
I really appreciate this tutorial . It was worth it. Learned something new with excellent explanation
@DavidLindes
@DavidLindes 2 роки тому
I'm glad you started with git add -p. I always teach that to folks when I can... it's so useful!
@lsim001
@lsim001 2 роки тому
Love this talk. Concise but clear explanations on some of the concepts that people misunderstand. Would love to see something similar about the basics e.g. how git work (local vs origin), how commits work etc.
@1willFALL
@1willFALL 2 роки тому
the intricacies on how commits are created via globs gets very fine detailed, I would recommend reading Pro Git, unless you find some UKposts video that explains it, please do tell.
@clancy-sigal
@clancy-sigal 2 роки тому
This is an awesome intro on some intermediate git techniques. Looking forward to the Advacned Git tips and tricks!
@eelguneezmemmedov1671
@eelguneezmemmedov1671 2 роки тому
+
@braulioandre2918
@braulioandre2918 2 роки тому
I've just realized I didn't know Git at all lol. Thank so much for this.
@ahmadjamalmughal47
@ahmadjamalmughal47 2 роки тому
Man you were so clear and to the point. Thanks for the tutorial it was very informative man.
@me.shailendra
@me.shailendra 2 роки тому
Great Job! Now I am confident enough to manage any size code base. Thank You.
@romanmasiar122
@romanmasiar122 Рік тому
The way you explain things is simply....awesome. Thanks !!!
@p-a5603
@p-a5603 2 роки тому
Very good tutorial! Even though I feel quite a familiar with git already, I have learned some new stuff again! :) Btw, very nice solution of solving merge conflicts in Tower! Thanks.
@veziop
@veziop 2 роки тому
this is outstanding quality. The pace and the tone might seem irrelevant but they really helps
@KevenWebb
@KevenWebb 2 роки тому
This was very well done. I am sending it on to others. Best video for git at this level that I have seen.
@adityamishra7486
@adityamishra7486 Рік тому
Awesome tutorial. This man explained everything in a very Calm and awesome way. Loved It!!
@user-ho9kr6iw7y
@user-ho9kr6iw7y Рік тому
Concise explanation, a lot of useful info jammed. Thank you for your excellent work.
@congminhluu5068
@congminhluu5068 Рік тому
that's such a cool explanation of rebase. The visual helped a lot! Glad I stuck till the end
@giovannichrysostomo2368
@giovannichrysostomo2368 2 роки тому
First I'd like to thank you FCC and thank all your collaborators that bring content to us! I promise that I'll try to get as much experience as I can to get better and I will retribute all your efforts. Regards from Brazil!
@abdullahadam7694
@abdullahadam7694 2 роки тому
Great video! Something which can be useful for finding files with merge conflict markers: git diff -check
@joross8
@joross8 2 роки тому
Tobias you have a fantastic speaking voice and presentation style. Really enjoyed this practical no bs review of how to use Git effectively,
@poischiche2933
@poischiche2933 2 роки тому
I'd like to thank you for this video. English is not my native language & I'm a little bit rusty for now, but your spelling is clearly comprehensible. This is great, thanks. Besides this, your advice is a pure jewel. Thank you.
@tiberio_ck
@tiberio_ck 2 роки тому
Thank you so much for this amazing course!
@rpf23543
@rpf23543 2 роки тому
very great tutorial, solved many questions I had, which I never looked up in past...Thank you!
@betoharres
@betoharres 2 роки тому
I didn't knew about rebase cons, thanks a lot for sharing this valuable info!
@johnbrain3971
@johnbrain3971 2 роки тому
Very good content, learned a lot through this course, Just a tiny little request: can you please share the slides? So I can make notes more easily.
@MrStarcraftangle
@MrStarcraftangle Рік тому
so SIMPLE explanation of REBASE. Thank you for that 🥰
@fakedevdutt3869
@fakedevdutt3869 6 місяців тому
Its been more than 2 years of development i didn't know there was a -p option in add command it could have helped me soo much in past but I am sure it will help me more in future thanks man!!
@jorgewandersantanaurena422
@jorgewandersantanaurena422 2 роки тому
Thanks. It is really helpful to know about git merge/rebase --abort to fast-undo last merge. And good to know about fast-forward, merge-commit & the one done by rebase (I don't know the name) I like the tip about commit-message-schema. And about branch-strategy, I would prefer short-live branches. I love Pull Requests, you can even undo the whole pull request if needed. Even if there are a lot of commits. You only have to revert the pull request. Thats great.
@GarimellaProduction
@GarimellaProduction Місяць тому
working with git a lot these days and this is great. I have gotten more comfortable with rebase and merge requests
@MrMassaraksh
@MrMassaraksh Рік тому
I like how you can link commit messages with the tasks, so you don’t need to make them meaningful after this, everything will be in task
@rajat_singla
@rajat_singla 2 роки тому
I wish I had such clarity of mind as the person explaining these concepts
@savitapandey6604
@savitapandey6604 2 роки тому
This is the best channel i would suggest every one if they are beginners
@ChanonJ
@ChanonJ 7 місяців тому
Great lesson for most of new dev guy who need to use GIT here. Highly recommended :)
@zucc4764
@zucc4764 2 роки тому
One topic in and I knew this is premium stuff. Thank you for this!
@orlandoreyes884
@orlandoreyes884 2 роки тому
Excellent!! this video has helped me to finally undestand git commands easy explained. Thanks.
@jiren8991
@jiren8991 2 роки тому
WOW! I was just looking for this. Thanks y'all
@python-programming
@python-programming 2 роки тому
Looking forward to this!
@USONOFAV
@USONOFAV 2 роки тому
I worked on intellij and I love the merge tool it got. Exactly looked liked the one shown here. My work though still uses eclipse so I might use this git tower app.
@ClaudioBOsorio
@ClaudioBOsorio Рік тому
Man I love these videos. I wish I had the time to watch the whole channel and visit every contributor. Much love
@philipoakley5498
@philipoakley5498 2 роки тому
Good. Could be useful to mention where the the merge-base (third source for the merge) comes from. Also, maybe worth mentioning on the branching strategies, how it interacts with the team's server fork strategy (or lack of, should it be continuous integrated/merged to the core server approach, e.g. why that rebase warning comment)
@nibbanapatipada9538
@nibbanapatipada9538 2 роки тому
Man! your voice is soo soothing, whenever I get started watching this video, I fall asleep in 5 minutes.
@chiaramariadedominicis458
@chiaramariadedominicis458 Рік тому
Maybe the most useful (intermediate/advanced) video on git/Github I've seen so far
@marcellinwabo9859
@marcellinwabo9859 2 роки тому
Thanks a bunch for this great tutorial. I have just learned many new thing by watching.
@aghaaslam9575
@aghaaslam9575 Рік тому
My Note: the arrow of every visualization means the old commit if exist Staging is important to differentiate some projects! 6:17 commit message should have subject and body. 8:30 conventional branches on team is important! IMPORTANT FOR ME: 24:33 Merge Conflict 27:55 undo a conflict and start over
@TheDorac1
@TheDorac1 2 роки тому
I was literally looking for these advanced concepts earlier this week! Thank you!
@srikrishnanunna1
@srikrishnanunna1 2 роки тому
This video is awesome. I derespected Merge vs Rebase ! Thanks again!
@stephane184
@stephane184 2 роки тому
I’ve been working with GIT for a few years but never got deeper than basic concepts. The patching was neat and will come in handy.
@markcuello5
@markcuello5 Рік тому
What is `Patching`?
@malicianewowlala6655
@malicianewowlala6655 Рік тому
For sure the best video I watched on git! Thank you so much.
@mebasoglu
@mebasoglu 2 роки тому
This is video is awesome. Thank you for all the effort. I admire your work.
@voyageruk2002
@voyageruk2002 2 роки тому
What a beautifully crafted tutorial.
@itspersie
@itspersie 2 роки тому
most valuable channel on yt for me rn ✨ thanks 🤧
@LamNguyen-nm1id
@LamNguyen-nm1id Рік тому
straightfoward to the necessary, i feel enlighted
@kriteshag003
@kriteshag003 2 роки тому
Gosh! I needed this. Thank you!
@bitterthread6794
@bitterthread6794 2 роки тому
The first few lines made me already confident
@rungxanh2901
@rungxanh2901 2 роки тому
Thank you Tobias for the wonderful tutorial 💯
@Bellathor
@Bellathor Рік тому
Fantastic video, nice explanations. Thank you. :)
@hellocheng7071
@hellocheng7071 2 роки тому
The video is so clear and helpful , thank you!
@ricardorosa5315
@ricardorosa5315 2 роки тому
Real good instructor!! 5 Star* Thank you so much!
@RashidKhan-vr6rh
@RashidKhan-vr6rh Рік тому
beautifully explained, really helped. thanks a mil!
@cramhead
@cramhead Рік тому
I really enjoyed your talk. It really helped in understanding git in a more wholistic manner.
@chfmrf9605
@chfmrf9605 18 днів тому
great video, very clear and also with the right amount of valuable background information
@akashsawan
@akashsawan Рік тому
one of best tutorials I found🔥
@crazyconan28
@crazyconan28 2 роки тому
Thank you, this gave me a better idea on rebase.
@ian.c
@ian.c Рік тому
Love this video especially the pace of the video so much!
@davidclark1775
@davidclark1775 2 роки тому
Good content. However, I think you missed one of the more common patterns involving rebase and merge. In your case of an LT branchA and work branchB with changes on both you rebased the changes in branchA on the changes in branchB. In my experience, it is more common to rebase the changes in branchB on the changes in branchA (checkout branchB, rebase branchA, , commit) then merge the resolved changes back into branchA (checkout branchA, merge branchB). That final merge MUST be a fast-forward. If it isn't, start over. This completely avoids the problem of rewriting history on branchA that you alluded to. Given branchA may be used as a base by other developers and could be hosted on a server that disallows history changes, that is essential.
@wiurxee1993
@wiurxee1993 2 роки тому
Also even if you like to rebase an already pushed branch, you could do it safetely using the "git push --force-with-lease" and the "git pull --rebase" options, that will avoid you overwritten any changes made in the remote branch.
@markcuello5
@markcuello5 Рік тому
What`s a branch?
@markcuello5
@markcuello5 Рік тому
@@wiurxee1993 What is `Re-base`?
@alokbaluni8760
@alokbaluni8760 Рік тому
@@markcuello5 branch is pointer to the recent commit
@hamidr8391
@hamidr8391 Рік тому
To update a branch we can pull master to that branch : Git checkout b1 Gut pull origin master
@ajjo5513
@ajjo5513 2 роки тому
Very informative video. Every thing was very well explained!
@StefanMisik
@StefanMisik 5 місяців тому
Sometimes it is useful to realize that commits do not carry changes (i.e. diffs), rather they contain snapshots of the whole repository (though unchanged files are reused from previous versions).
@user-gv2cj5so6q
@user-gv2cj5so6q Рік тому
Great video, well explained!
@flamingwoodz
@flamingwoodz 2 роки тому
You are a great teacher!
@SLHooLigON
@SLHooLigON 2 роки тому
superb explanation. Nice and Clean. thank you
@mahdiporkar236
@mahdiporkar236 22 дні тому
Great video. Watched the whole thing and didn't even notice the time.
@MarkBrathwaite
@MarkBrathwaite 2 роки тому
Very helpful review of concepts - thank you.
@Exorcisamus
@Exorcisamus 2 роки тому
asmr is strong with this one such a calming voice
@zkhan1995
@zkhan1995 2 роки тому
a very important video would love to see more like these and some advanced as well!!!
@dragon_warrior_
@dragon_warrior_ 2 роки тому
I was always writing a long commit msg but now I will be dividing it in subject and body thanks
@chitranair1105
@chitranair1105 6 місяців тому
Thank you for the excellent video! Very clear explanation.
@frazuppi4897
@frazuppi4897 Рік тому
this video is truly amazing, thanks a lot
@arunaditya2655
@arunaditya2655 8 місяців тому
6:16 One of the best line of this tutorial
Branching Strategies Explained
18:19
DevOps Toolkit
Переглядів 122 тис.
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Переглядів 20 млн
BRAWLER MUTATIONS WILL BREAK THE GAME! - Brawl Talk
09:34
Brawl Stars
Переглядів 25 млн
Спектакль для окупантів та ждунів 🤯
00:47
Радіо Байрактар
Переглядів 509 тис.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Переглядів 1,3 млн
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Travis Media
Переглядів 458 тис.
How Git Works: Explained in 4 Minutes
4:18
ByteByteGo
Переглядів 109 тис.
Git Branching and Merging - Detailed Tutorial
54:28
SuperSimpleDev
Переглядів 171 тис.
Git Tutorial for Beginners: Learn Git in 1 Hour
1:09:13
Programming with Mosh
Переглядів 2,2 млн
Big Tech AI Is A Lie
16:56
Tina Huang
Переглядів 36 тис.
How to Undo Mistakes With Git Using the Command Line
55:21
freeCodeCamp.org
Переглядів 80 тис.
Git MERGE vs REBASE: The Definitive Guide
9:39
The Modern Coder
Переглядів 45 тис.
How to be a git expert
46:26
Floating Little Leaves of Code
Переглядів 139 тис.
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Переглядів 881 тис.
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Переглядів 20 млн