No video

GitKraken Tutorial: Crash Course on How to Use Git and GitKraken for Beginners

  Рет қаралды 7,168

Cameron McKenzie

Cameron McKenzie

Күн бұрын

Пікірлер: 46
@Henrikh2011
@Henrikh2011 6 ай бұрын
This is definitely one of the best Git - Gitkraken videos I've seen. Although you have kept it at a natural speaking pace - without cutting out speech breaks. Thus, the learning brain can follow along without stressing out. Really enjoyable and educational - BIG thanks for that 🙂
@cameronmcnz
@cameronmcnz 6 ай бұрын
OMG. That's so funny you should say that because the obsessive need for people to cut out every speech break and do 20 jump cuts per minute annoys the life out of me. Given, I could probably remove an 'um' or a 'so' every once and a while, but I kinda wish people felt comfortable enough just to talk normally in their videos. Regardless, thanks a lot for the kind comments. I really enjoyed putting this tutorial together. GitKraken is an awesome tool!
@Sage.highstrike
@Sage.highstrike 6 ай бұрын
Love these tutorials and we GREATLY appreciate you!
@cameronmcnz
@cameronmcnz 6 ай бұрын
Thanks for the kind words! I had a lot of fun learning GitKraken and then putting this tutorial together. It's a great tool and more people need to learn it!
@SauravR402
@SauravR402 10 ай бұрын
Your passion to explain the concepts beautifully in detail is quite astounding. Thanks 😍
@cameronmcnz
@cameronmcnz 10 ай бұрын
Thanks for your kind words! Comments like that motivate me to keep going and doing more!
@teetanrobotics5363
@teetanrobotics5363 9 ай бұрын
Awesome tutorial. Thank you so much !! Also request you to make courses on other software engineerining topics like Nginx, redis and kafka
@cameronmcnz
@cameronmcnz 9 ай бұрын
Thanks! I loved making it. I wish more people would use GitKraken. (And I wish more people would watch this video too!)
@unhandledexception1948
@unhandledexception1948 8 ай бұрын
fantastic content, a engaging teaching style.... love this video
@cameronmcnz
@cameronmcnz Жыл бұрын
As always, there's a corresponding GitKraken tutorial over on TheServerSide: www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/GitKraken-tutorial-for-beginners
@cameronmcnz
@cameronmcnz 8 ай бұрын
If you do git reflog you will still see them and can reset back to them. Rarely does anything disappear locally in git. But, if you pushed to GitHub, those commits world not be pushed. Nobody else will see them. I offer call them orphaned commits. They are there but not part of an actual branch history.
@ivanphone4917
@ivanphone4917 Жыл бұрын
Nice GitKraken tutorial. The gitkraken GitHub integration was super interesting.
@cameronmcnz
@cameronmcnz Жыл бұрын
It's my favorite part of the whole GitKraken tutorial!
@eugenetapang
@eugenetapang 2 ай бұрын
Cameron, absolutely brilliant, sold on gitKraken, next time add the Philippines branch, woot. :>
@cameronmcnz
@cameronmcnz 2 ай бұрын
Forget about a measly branch, the Philippines deserves their own repository! Glad you enjoyed it, and thanks for watching!
@dougamolina
@dougamolina 3 ай бұрын
Amazing video, thanks a lot!
@cameronmcnz
@cameronmcnz 3 ай бұрын
Meh. Git Kraken is an amazing tool. All I did was record myself clicking some buttons. Thanks for watching and thanks for the kind words. And enjoy your journey into DevOps and the Git space!
@DrCharmsTV
@DrCharmsTV 10 ай бұрын
I love your style of teaching, great tutorial! great teaching! It was a pleasure listening to you. Thank you very much, that's a sub! +1
@cameronmcnz
@cameronmcnz 10 ай бұрын
Thanks so much! I honestly love Git and I think GitKraken is awesome. Kinda disappointed that this video has so few views. I worked so hard on it!!!
@premium-kosher-mobile
@premium-kosher-mobile 8 ай бұрын
Great guide, thank you!
@laurentdavenne4864
@laurentdavenne4864 5 ай бұрын
Thank you!
@cameronmcnz
@cameronmcnz 5 ай бұрын
All the thanks go to the people at GitKraken for the awesome tool. All I did was click come buttons while I recorded the screen.
@laurentdavenne4864
@laurentdavenne4864 5 ай бұрын
@@cameronmcnz However they don't explain it as well as you, so Thank you too. I did 51% of the Foundations of Git - Certification Course... Then I watched your video, thank god I did...
@cameronmcnz
@cameronmcnz 5 ай бұрын
@@laurentdavenne4864 Well I am sincerely humbled by your comment. Thanks!
@xaiga29
@xaiga29 6 ай бұрын
"Also, if you break the build they'll know who to shout at" 😂🤣
@cameronmcnz
@cameronmcnz 6 ай бұрын
I've been shout at a lot!
@ismailriyaz9855
@ismailriyaz9855 Жыл бұрын
I learned a lot from your videos. Thank you 😊
@cameronmcnz
@cameronmcnz Жыл бұрын
Thanks for your kind words! Hopefully this GitKraken tutorial will get a lot of people on board with this awesome Git GUI tool!
@samholmes1684
@samholmes1684 8 ай бұрын
This is such a good tutorial. Thanks cameron!
@cameronmcnz
@cameronmcnz 8 ай бұрын
Thanks! I really tried to cover as much as I could without overwhelming you. Think I need to do something similar for GitHub or GitLab to rake in more views.
@user-fh9ot3vk2z
@user-fh9ot3vk2z 7 ай бұрын
the video is soooooooo amazing!!!!
@cameronmcnz
@cameronmcnz 7 ай бұрын
Thanks! I took a lot of pride in putting this Git and GitKraken tutorial together. A bit disappointed that it's got so few hits. Gonna try sharing on social media more to boost the algo. Thanks for watching!
@DevendraGuptaProfile
@DevendraGuptaProfile 12 күн бұрын
Cameron, very clear explanation, I would be grateful if you could please answer a short question when you merged africa into main, main already had egypt.txt from middle east, then how it merged, shouldn't it show conflict?
@cameronmcnz
@cameronmcnz 12 күн бұрын
A conflict will only occur if the same file has been edited by two different people at the same time, since the last commit. So if a file is in one branch, and someone merges a bunch of files from another branch, Git leaves the existing files alone, and adds in any new files. If two people haven't been editing the same file between merges, there's not to conflict on. Does that make sense?
@DevendraGuptaProfile
@DevendraGuptaProfile 12 күн бұрын
@@cameronmcnz Thankyou for your prompt reply, i understood what you say, the conflict would have only been occured if egypt.txt has been modified in either or both branches. I hope i uderstood it right.
@cameronmcnz
@cameronmcnz 12 күн бұрын
@@DevendraGuptaProfile Yup, by at least two. If just one branch updates it, then it's fine. If only one person is editing it and doing a commit, we know the latest commit is good. If someone merges, we take the updates in the merge, and keep the latest changes the other person has been doing on the file. One person editing a file is fine. No conflict. Only if two people are editing the same file since the last commit is there an issue.
@DevendraGuptaProfile
@DevendraGuptaProfile 12 күн бұрын
@@cameronmcnz Many Thanks Cameron 😊
@odin-project
@odin-project 8 ай бұрын
very concise and informative video tutorial. Hope you can make a video using gitkarken in linux. Thank you.
@jamescrane9333
@jamescrane9333 11 ай бұрын
Excellent - thanks
@cameronmcnz
@cameronmcnz 11 ай бұрын
Thanks for the kind words! I worked hard on this one!
@Mohamed-Ramadan-elmazien
@Mohamed-Ramadan-elmazien 5 ай бұрын
thanks :)
@cameronmcnz
@cameronmcnz 5 ай бұрын
Thank the people at GitKraken, they're the ones that put together this awesome Git GUI tool. All I did was click a few buttons.
@unhandledexception1948
@unhandledexception1948 8 ай бұрын
@13:40 Git Reset example (before you made use of tags to mark a commit), did you effectively after the hard reset totally lose those few commits that had happened after ? or are they still recoverable even without the tag?
@cameronmcnz
@cameronmcnz 7 ай бұрын
Just saw this comment! The commit is still there. If you do a git reflog you will see the commit you reset and can reset back to it if u like. Hit keeps everything!
@abc00607
@abc00607 11 ай бұрын
Nice!
@cameronmcnz
@cameronmcnz 11 ай бұрын
Thanks! Did you notice the Kraken monster in the background?
Learn Git, Sourcetree & BitBucket Tutorial: A Crash Course for Beginners
1:03:10
Learn GitLab in 3 Hours | GitLab Complete Tutorial For Beginners
3:26:43
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 118 МЛН
Фейковый воришка 😂
00:51
КАРЕНА МАКАРЕНА
Рет қаралды 5 МЛН
Introduction to Microsoft Power BI for Excel Users
34:28
OfficeNewb.com
Рет қаралды 37
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,1 МЛН
13 Advanced (but useful) Git Techniques and Shortcuts
8:07
Fireship
Рет қаралды 912 М.
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,1 МЛН
How to Use Git & GitHub Desktop Tutorial for Beginners
34:04
Cameron McKenzie
Рет қаралды 43 М.
Git Tutorial for Beginners: Learn Git in 1 Hour
1:09:13
Programming with Mosh
Рет қаралды 2,4 МЛН
How to be a git expert
46:26
Floating Little Leaves of Code
Рет қаралды 157 М.
Git and GitHub Tutorial for Beginners
46:19
Kevin Stratvert
Рет қаралды 1,3 МЛН
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 118 МЛН