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

  Рет қаралды 1,597,134

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.

Пікірлер: 465
@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
@stevenschelling8452
@stevenschelling8452 Жыл бұрын
Phenomenal video. These types of dev tutorials can be so dry but you made it highly visible and explained things simply and clearly. Thanks!
@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.
@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.
@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!!!
@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
@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.
@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 KZbin 😍🥰
@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
@pranayp1950
@pranayp1950 2 жыл бұрын
Thank you so much for this man. Your content is a better than a lot of paid courses out there !
@cesarsalas6444
@cesarsalas6444 9 ай бұрын
La forma en que narraste todo el concepto es tan increíble que todo se quedó perfectamente en la mente.
@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
@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 жыл бұрын
+
@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 KZbin video that explains it, please do tell.
@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
@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 !
@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.
@karansmittal
@karansmittal 2 жыл бұрын
The video on branching and now this video. Thank you so much for making these difficult concepts easy for me.
@meiyachan8483
@meiyachan8483 2 жыл бұрын
Well presented and well explained! Clarified my long-time confusion of merge and rebase
@braulioandre2918
@braulioandre2918 2 жыл бұрын
I've just realized I didn't know Git at all lol. Thank so much for this.
@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.
@techwithbasil
@techwithbasil 2 жыл бұрын
Great explanation, precision and clarity on important git concepts. Thank 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.
@sandrojorgeoliveira175
@sandrojorgeoliveira175 2 жыл бұрын
Hi Günther, thank you about this amazing training! The best for you!
@ahmadjamalmughal47
@ahmadjamalmughal47 2 жыл бұрын
Man you were so clear and to the point. Thanks for the tutorial it was very informative man.
@rishabhjain911
@rishabhjain911 2 жыл бұрын
I really appreciate this tutorial . It was worth it. Learned something new with excellent explanation
@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.
@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!
@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!
@adityamishra7486
@adityamishra7486 Жыл бұрын
Awesome tutorial. This man explained everything in a very Calm and awesome way. Loved It!!
@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.
@me.shailendra
@me.shailendra 2 жыл бұрын
Great Job! Now I am confident enough to manage any size code base. Thank You.
@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.
@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.
@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
@user-ho9kr6iw7y
@user-ho9kr6iw7y Жыл бұрын
Concise explanation, a lot of useful info jammed. Thank you for your excellent work.
@veziop
@veziop 2 жыл бұрын
this is outstanding quality. The pace and the tone might seem irrelevant but they really helps
@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,
@TheDorac1
@TheDorac1 2 жыл бұрын
I was literally looking for these advanced concepts earlier this week! Thank you!
@congminhluu5068
@congminhluu5068 Жыл бұрын
that's such a cool explanation of rebase. The visual helped a lot! Glad I stuck till the end
@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.
@abdullahadam7694
@abdullahadam7694 2 жыл бұрын
Great video! Something which can be useful for finding files with merge conflict markers: git diff -check
@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!
@itspersie
@itspersie 2 жыл бұрын
most valuable channel on yt for me rn ✨ thanks 🤧
@MrStarcraftangle
@MrStarcraftangle Жыл бұрын
so SIMPLE explanation of REBASE. Thank you for that 🥰
@chfmrf9605
@chfmrf9605 14 күн бұрын
great video, very clear and also with the right amount of valuable background information
@GarimellaProduction
@GarimellaProduction Ай бұрын
working with git a lot these days and this is great. I have gotten more comfortable with rebase and merge requests
@nibbanapatipada9538
@nibbanapatipada9538 2 жыл бұрын
Man! your voice is soo soothing, whenever I get started watching this video, I fall asleep in 5 minutes.
@tiberio_ck
@tiberio_ck 2 жыл бұрын
Thank you so much for this amazing course!
@ClaudioBOsorio
@ClaudioBOsorio Жыл бұрын
Man I love these videos. I wish I had the time to watch the whole channel and visit every contributor. Much love
@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.
@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!!
@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)
@jiren8991
@jiren8991 2 жыл бұрын
WOW! I was just looking for this. Thanks y'all
@orlandoreyes884
@orlandoreyes884 2 жыл бұрын
Excellent!! this video has helped me to finally undestand git commands easy explained. Thanks.
@zucc4764
@zucc4764 2 жыл бұрын
One topic in and I knew this is premium stuff. Thank you for this!
@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
@rungxanh2901
@rungxanh2901 2 жыл бұрын
Thank you Tobias for the wonderful tutorial 💯
@python-programming
@python-programming 2 жыл бұрын
Looking forward to this!
@Bellathor
@Bellathor Жыл бұрын
Fantastic video, nice explanations. Thank you. :)
@voyageruk2002
@voyageruk2002 2 жыл бұрын
What a beautifully crafted tutorial.
@srikrishnanunna1
@srikrishnanunna1 2 жыл бұрын
This video is awesome. I derespected Merge vs Rebase ! Thanks again!
@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.
@chiaramariadedominicis458
@chiaramariadedominicis458 Жыл бұрын
Maybe the most useful (intermediate/advanced) video on git/Github I've seen so far
@malicianewowlala6655
@malicianewowlala6655 Жыл бұрын
For sure the best video I watched on git! Thank you so much.
@marcellinwabo9859
@marcellinwabo9859 2 жыл бұрын
Thanks a bunch for this great tutorial. I have just learned many new thing by watching.
@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
@mebasoglu
@mebasoglu 2 жыл бұрын
This is video is awesome. Thank you for all the effort. I admire your work.
@user-gv2cj5so6q
@user-gv2cj5so6q Жыл бұрын
Great video, well explained!
@hellocheng7071
@hellocheng7071 2 жыл бұрын
The video is so clear and helpful , thank you!
@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
@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`?
@kriteshag003
@kriteshag003 2 жыл бұрын
Gosh! I needed this. Thank you!
@cramhead
@cramhead Жыл бұрын
I really enjoyed your talk. It really helped in understanding git in a more wholistic manner.
@ricardorosa5315
@ricardorosa5315 2 жыл бұрын
Real good instructor!! 5 Star* Thank you so much!
@mahdiporkar236
@mahdiporkar236 18 күн бұрын
Great video. Watched the whole thing and didn't even notice the time.
@ajjo5513
@ajjo5513 2 жыл бұрын
Very informative video. Every thing was very well explained!
@ChanonJ
@ChanonJ 7 ай бұрын
Great lesson for most of new dev guy who need to use GIT here. Highly recommended :)
@ian.c
@ian.c Жыл бұрын
Love this video especially the pace of the video so much!
@MarkBrathwaite
@MarkBrathwaite 2 жыл бұрын
Very helpful review of concepts - thank you.
@bharathkumar2007
@bharathkumar2007 2 жыл бұрын
Very well explained, short and sweet :)
@flamingwoodz
@flamingwoodz 2 жыл бұрын
You are a great teacher!
@zkhan1995
@zkhan1995 2 жыл бұрын
a very important video would love to see more like these and some advanced as well!!!
@emmy_thoughts
@emmy_thoughts 2 жыл бұрын
Awesome video. Very impactful!
@RashidKhan-vr6rh
@RashidKhan-vr6rh Жыл бұрын
beautifully explained, really helped. thanks a mil!
@SLHooLigON
@SLHooLigON 2 жыл бұрын
superb explanation. Nice and Clean. thank you
@frazuppi4897
@frazuppi4897 Жыл бұрын
this video is truly amazing, thanks a lot
@chitranair1105
@chitranair1105 6 ай бұрын
Thank you for the excellent video! Very clear explanation.
@bitterthread6794
@bitterthread6794 2 жыл бұрын
The first few lines made me already confident
@apuravela
@apuravela Жыл бұрын
"You an always abort and try again" loved it, thanks!
@shantanushekharsjunerft9783
@shantanushekharsjunerft9783 2 жыл бұрын
Found this very helpful!! Are there books or videos on git usages for devops? I have seen devops use more commands than developers to provide good workflows for pipelines.
@AnaMaria-ul9qk
@AnaMaria-ul9qk 2 жыл бұрын
Thank you!! 🚀💙
@paulk1328
@paulk1328 2 жыл бұрын
Very informative and comprehensive on the main topics we work with in Git. I just saved myself several google searches trying to understand the concepts. Thank you @freeCodeCamp!
@crazyconan28
@crazyconan28 2 жыл бұрын
Thank you, this gave me a better idea on rebase.
Git Tutorial for Beginners: Learn Git in 1 Hour
1:09:13
Programming with Mosh
Рет қаралды 2,2 МЛН
What does larger scale software development look like?
24:15
Web Dev Cody
Рет қаралды 1,2 МЛН
SMART GADGET FOR COOL PARENTS ☔️
00:30
123 GO! HOUSE
Рет қаралды 19 МЛН
WWE is real💔
00:16
IShowSpeed
Рет қаралды 83 МЛН
Git MERGE vs REBASE: The Definitive Guide
9:39
The Modern Coder
Рет қаралды 44 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 254 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
How Git Works: Explained in 4 Minutes
4:18
ByteByteGo
Рет қаралды 107 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 950 М.
How to Undo Mistakes With Git Using the Command Line
55:21
freeCodeCamp.org
Рет қаралды 80 М.
Branching Strategies Explained
18:19
DevOps Toolkit
Рет қаралды 122 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,3 МЛН
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 869 М.
SMART GADGET FOR COOL PARENTS ☔️
00:30
123 GO! HOUSE
Рет қаралды 19 МЛН