Тёмный

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

freeCodeCamp.org
Подписаться 10 млн
Просмотров 1,6 млн
50% 1

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.

Опубликовано:

 

5 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 472   
@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 4 месяца назад
Indeed it was quality time
@fatihhguvenn
@fatihhguvenn 17 дней назад
1.25x speed is optimal
@architjain6749
@architjain6749 2 года назад
"You can live a happy Git life just using merge", I felt it!
@MarcinScholke
@MarcinScholke 2 месяца назад
as long as no conflicts are there
@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
@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.
@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!!!
@iTor
@iTor 9 месяцев назад
I closed my eyes for a moment there and I believe it was truly Christoph Waltz teaching me about Git.
@AndrewEsh
@AndrewEsh 3 месяца назад
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!
@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
@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.
@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.
@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
@cesarsalas6444
@cesarsalas6444 10 месяцев назад
La forma en que narraste todo el concepto es tan increíble que todo se quedó perfectamente en la mente.
@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 RU-vid 😍🥰
@shafayat1004
@shafayat1004 2 года назад
This video came just before our first group project for my uni course. Thanks!
@ahmadjamalmughal47
@ahmadjamalmughal47 2 года назад
Good luck man.
@braulioandre2918
@braulioandre2918 2 года назад
I've just realized I didn't know Git at all lol. Thank so much for this.
@pranayp1950
@pranayp1950 2 года назад
Thank you so much for this man. Your content is a better than a lot of paid courses out 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 года назад
+
@meiyachan8483
@meiyachan8483 2 года назад
Well presented and well explained! Clarified my long-time confusion of merge and rebase
@codefacileWK
@codefacileWK 2 года назад
Thank you for this amazing course ! Perfect narration !
@karansmittal
@karansmittal 2 года назад
The video on branching and now this video. Thank you so much for making these difficult concepts easy for me.
@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 RU-vid video that explains it, please do tell.
@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.
@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!
@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.
@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.
@ashley_engle
@ashley_engle 2 года назад
Super well articulated thorough and solid knowledge here. Thank you! 💕
@techwithbasil
@techwithbasil 2 года назад
Great explanation, precision and clarity on important git concepts. Thank 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
@sandrojorgeoliveira175
@sandrojorgeoliveira175 2 года назад
Hi Günther, thank you about this amazing training! The best for you!
@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!
@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.
@Metal3z
@Metal3z 2 года назад
amazing work. i finally understood the difference between pr and merge. thanks for the amazing explanation.
@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.
@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 2 года назад
What`s a branch?
@markcuello5
@markcuello5 2 года назад
@@wiurxee1993 What is `Re-base`?
@alokbaluni8760
@alokbaluni8760 2 года назад
@@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
@nibbanapatipada9538
@nibbanapatipada9538 2 года назад
Man! your voice is soo soothing, whenever I get started watching this video, I fall asleep in 5 minutes.
@fakedevdutt
@fakedevdutt 7 месяцев назад
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!!
@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.
@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
@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
@itspersie
@itspersie 2 года назад
most valuable channel on yt for me rn ✨ thanks 🤧
@python-programming
@python-programming 2 года назад
Looking forward to this!
@jiren8991
@jiren8991 2 года назад
WOW! I was just looking for this. Thanks y'all
@GarimellaProduction
@GarimellaProduction 3 месяца назад
working with git a lot these days and this is great. I have gotten more comfortable with rebase and merge requests
@abdullahadam7694
@abdullahadam7694 2 года назад
Great video! Something which can be useful for finding files with merge conflict markers: git diff -check
@romanmasiar122
@romanmasiar122 Год назад
The way you explain things is simply....awesome. Thanks !!!
@TheDorac1
@TheDorac1 2 года назад
I was literally looking for these advanced concepts earlier this week! Thank you!
@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,
@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 2 года назад
What is `Patching`?
@congminhluu5068
@congminhluu5068 Год назад
that's such a cool explanation of rebase. The visual helped a lot! Glad I stuck till the end
@adityamishra7486
@adityamishra7486 Год назад
Awesome tutorial. This man explained everything in a very Calm and awesome way. Loved It!!
@ClaudioBOsorio
@ClaudioBOsorio Год назад
Man I love these videos. I wish I had the time to watch the whole channel and visit every contributor. Much love
@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
@user-ho9kr6iw7y
@user-ho9kr6iw7y Год назад
Concise explanation, a lot of useful info jammed. Thank you for your excellent work.
@tiberio_ck
@tiberio_ck 2 года назад
Thank you so much for this amazing course!
@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.
@betoharres
@betoharres 2 года назад
I didn't knew about rebase cons, thanks a lot for sharing this valuable info!
@atharvaathalye
@atharvaathalye 2 года назад
Man. My boss just told me to learn git and then I saw notification for this video.
@Bellathor
@Bellathor Год назад
Fantastic video, nice explanations. Thank you. :)
6 месяцев назад
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).
@zucc4764
@zucc4764 2 года назад
One topic in and I knew this is premium stuff. Thank you for this!
@user-gv2cj5so6q
@user-gv2cj5so6q Год назад
Great video, well explained!
@chiaramariadedominicis458
@chiaramariadedominicis458 Год назад
Maybe the most useful (intermediate/advanced) video on git/Github I've seen so far
@rpf23543
@rpf23543 2 года назад
very great tutorial, solved many questions I had, which I never looked up in past...Thank you!
@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.
@MrStarcraftangle
@MrStarcraftangle Год назад
so SIMPLE explanation of REBASE. Thank you for that 🥰
@orlandoreyes884
@orlandoreyes884 2 года назад
Excellent!! this video has helped me to finally undestand git commands easy explained. Thanks.
@emmy_thoughts
@emmy_thoughts 2 года назад
Awesome video. Very impactful!
@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)
@srikrishnanunna1
@srikrishnanunna1 2 года назад
This video is awesome. I derespected Merge vs Rebase ! Thanks again!
@ChanonJ
@ChanonJ 8 месяцев назад
Great lesson for most of new dev guy who need to use GIT here. Highly recommended :)
@kriteshag003
@kriteshag003 2 года назад
Gosh! I needed this. Thank you!
@voyageruk2002
@voyageruk2002 2 года назад
What a beautifully crafted tutorial.
@AnaMaria-ul9qk
@AnaMaria-ul9qk 2 года назад
Thank you!! 🚀💙
@flamingwoodz
@flamingwoodz 2 года назад
You are a great teacher!
@bharathkumar2007
@bharathkumar2007 2 года назад
Very well explained, short and sweet :)
@ricardorosa5315
@ricardorosa5315 2 года назад
Real good instructor!! 5 Star* Thank you so much!
@malicianewowlala6655
@malicianewowlala6655 Год назад
For sure the best video I watched on git! Thank you so much.
@DorianIten
@DorianIten 18 дней назад
Very useful, thank you, Tobias!
@zkhan1995
@zkhan1995 2 года назад
a very important video would love to see more like these and some advanced as well!!!
@AmmarOuds
@AmmarOuds 2 года назад
Will be watching it tonight
@hellocheng7071
@hellocheng7071 2 года назад
The video is so clear and helpful , thank you!
@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
@frazuppi4897
@frazuppi4897 Год назад
this video is truly amazing, thanks a lot
@bitterthread6794
@bitterthread6794 2 года назад
The first few lines made me already confident
@razeal1988
@razeal1988 2 года назад
Thanks!
@ajjo5513
@ajjo5513 2 года назад
Very informative video. Every thing was very well explained!
@andreysivak6404
@andreysivak6404 2 года назад
Excellent! Thanks!
@iiaaannnn
@iiaaannnn Год назад
Love this video especially the pace of the video so much!
@rungxanh2901
@rungxanh2901 2 года назад
Thank you Tobias for the wonderful tutorial 💯
@MarkBrathwaite
@MarkBrathwaite 2 года назад
Very helpful review of concepts - thank you.
@marcellinwabo9859
@marcellinwabo9859 2 года назад
Thanks a bunch for this great tutorial. I have just learned many new thing by watching.
@gingerbladebl
@gingerbladebl 2 года назад
Very humble guy! 👍🏽
@AchrafTrabelsiMobileDeveloper
@AchrafTrabelsiMobileDeveloper 2 года назад
Thank you for this amazing share !
@dirudeen1421
@dirudeen1421 14 дней назад
Thank you very much. This was super helpful.
@sabuein
@sabuein 2 года назад
As always, thank you so much.
Далее
How to be a git expert
46:26
Просмотров 143 тыс.
ЖИЗНЬ ЮТУБЕРА СПУСТЯ 4 ГОДА!
22:39
Git Tutorial for Beginners: Learn Git in 1 Hour
1:09:13
What does larger scale software development look like?
24:15
CI CD наглядные примеры
22:08
Просмотров 268 тыс.
So You Think You Know Git - FOSDEM 2024
47:00
Просмотров 968 тыс.
Git MERGE vs REBASE: The Definitive Guide
9:39
Просмотров 64 тыс.
Git Branching and Merging - Detailed Tutorial
54:28
Просмотров 181 тыс.
Git Tutorial For Dummies
19:25
Просмотров 991 тыс.
How to Undo Mistakes With Git Using the Command Line
55:21
13 Advanced (but useful) Git Techniques and Shortcuts
8:07
ЖИЗНЬ ЮТУБЕРА СПУСТЯ 4 ГОДА!
22:39