Here's the Sourcetree tutorial I did and published over on TheServerSide: www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/sourcetree-tutorial-bitbucket-git-course-branch-merge-conflict-install-download-rebase-reset
This will go down as the greatest compliment I have ever received in my life! I'm glad you enjoyed the video. I'll make sure to add some happy little trees in my next video to really nail the combo!
Thanks for watching! All the mad respect has to be saved for Sourcetree and Git though. They make it all so easy. All I did was talk too much and click some buttons.
gosh! you just save me on my job.. nobody was able to explain sourcetree in such clearly way to me on my job, and I was pretty confused about all the merge stuffs my coworkers was doing.. also, there's a lot of different branches where I'm working and that was just crazy to understand with no good explanations lol Now I just understand how the sourcetree and the merges works, Thanks a lot !!!
Meh. You saved yourself. Being awesome means knowing how to find answers to your questions. All the praise goes to you! This Git and Sourcetree tutorial covered a lot of advanced topics quickly. If you got past the branch and merge stuff, you're well on your way to becoming a Git expert!
Thank you sir, the course was really interesting and most of the topics were covered. You have explained everything easily and in detail. Thanks again. God bless you sir.
Dear Cameron, thank you for this video. Hope u reach 22 Million Subs in a near future as u are a pure gem and highly talented interpretator. What an eas is for a person to watch you without loosing focus and concentration which nowdays is kinda hard when the person whos interpretating is lacking some skills.
Thanks so much for the kid words! Yes, I do get jealous of all those creators who can push out a video and get 100K views. Maybe one day. As far as this tutorial goes, Sourcetree and Bitbucket just makes everything easy, so they deserve the credit. Anyone could make Sourcetree look awesome because it is!
Honestly, my videos move fast and aren't great for absolute beginners. If you found value in this you've already got a pretty good head on your shoulders. This video covers some advanced stuff that would leave a newbie spinning. If you were able to keep up, I grant you expert status!
Thanks for the kind words, but the credit goes to Sourcetree. They've put together a fun tool that's easy to teach. And thanks so much for watching and commenting!
Awesome tutorial Cameron, I've watched it several times now and it has helped me immensely. Do you think you could do a "Part 2", building on what you taught here, to teach the viewer how to use SourceTree with BitBucket to create a staging and live server for their end product? Many thanks in advance.
Well, that's pretty much all I do every day. I could probably record something on it. Thanks so much for the kind feedback. I really enjoyed putting this Sourcetree tutorial together!
SourceTree was confusing for me as I'm new to it. This is a great Tutorial and I've come across luckily and it helped understanding it in a simpler way. Thank you so much! Very well Explained!!
After working with SourceTree for a few years, you explained some of the "features" that I felt were to dangerous to try with my live projects. Knowing that you know what "federalism" is, gives away your Canadian roots. Subscribed!
Thanks for the kind words! Lots of smarter and more handsome people out there getting way more views than me. But I'm glad you enjoyed my approach to teaching Sourcetree and Bitbucket!
@@cameronmcnz yes! As a fresher working with this stuff is scarier than my actual tasks! I'm gonna take my own sweet time and carefully learn these things and fix them in my head. You're an Angel
Thanks for the kind words! Honestly, I really enjoyed putting together this sourcetree and bitbucket tutorial. Sourcetree really makes Git a lot easier to work with.
One of my most popular tutorials is actually setting up a remote to add a local project to a BitBucket/GitHub/GitLab server. Similarly with git stash! It's always always a challenge to decide which concepts to cover in an introductory tutorial. You want there to be a lot of substance, but at the same time you don't want to overwhelm someone new to Git, SourceTree and Bitbucket. Good suggestions though. I might add those next time. I'm not sure I did rebase and squashes here? That's another topic I sometimes do and other times avoid. Important topics, but potentially overwhelming.
It's funny but I struggle with that. On the one hand, I feel I should start with more of a preview and overview. On the other hand, I personally really like tutorials where they just jump into it and get going. Maybe I assume people watching this tutorial have poked around in the tool a bit, whereas that might not actually be the case. I'm doing more tutorials on GitHub and GitLab and BitBucket. I'll experiment with your suggestion and do a bit more groundwork at the start.
Honestly, this was one of the most fun videos to make. SourceTree and GitKraken are two pretty awesome Git Gui tools. Thanks for the kind words, and thanks for watching!
Nice tutorial, I have a question though. Upon cloning a repository into Visual Studio Community do you need to set up parameters to be able to maintain the repository at Bitbucket ? Or can can anybody who clones be able to update the repository ?
I can hardly get anyone to watch my free videos on TH-cam. Not sure if I'd kill it on Udemy. Thanks for the support and kind words though! I'm constantly creating new, free content here and writing for theserverside.com What other topics are you interested int?
Once question I have...If I start a local repo, and then decide I want it under Bitbucket. How would I do that? How do I put it under Bitbucket without loosing any change history?
You'll want to do a git remote add origin. I talk about a 'cheat' method in this video, and honestly, that's the easiest way to do it if you're the only one working on the repo. Instead of git remote add origin, you just create the repo in bitbucket, clone the repo, then copy your files into the repo folder, git add ., git commit -m "first commit" and then a git push. Super easy! th-cam.com/video/jq1ROBgmEzw/w-d-xo.html
Thanks for watching! I really enjoyed doing this tutorial with Git and Sourcetree. A very cool tool that can speed you up and keep your Git repos honest. I've got a 2 hour Git and Bitbucket video coming out today or tomorrow. Stay tuned!
Why not simply allow the users to drag and drop their files and be done with it? Nothing is plug and play anymore. It has to be unnecessarily complicated
@@KPBhan Time stamp away! And I'm super-happy to hear you're enjoying the tutorial. I had a lot of fun putting this Git and SourceTree tutorial together!
Here's the Sourcetree tutorial I did and published over on TheServerSide:
www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/sourcetree-tutorial-bitbucket-git-course-branch-merge-conflict-install-download-rebase-reset
You are like a weird combination of "the Bob Ross of Git" and a Vlogger, and it's AWESUMMM
This will go down as the greatest compliment I have ever received in my life!
I'm glad you enjoyed the video. I'll make sure to add some happy little trees in my next video to really nail the combo!
Wow, mad respect of making such a HUGE crash course! Thank you so much!
Thanks for watching! All the mad respect has to be saved for Sourcetree and Git though. They make it all so easy. All I did was talk too much and click some buttons.
gosh! you just save me on my job.. nobody was able to explain sourcetree in such clearly way to me on my job, and I was pretty confused about all the merge stuffs my coworkers was doing.. also, there's a lot of different branches where I'm working and that was just crazy to understand with no good explanations lol
Now I just understand how the sourcetree and the merges works, Thanks a lot !!!
Meh. You saved yourself. Being awesome means knowing how to find answers to your questions. All the praise goes to you!
This Git and Sourcetree tutorial covered a lot of advanced topics quickly. If you got past the branch and merge stuff, you're well on your way to becoming a Git expert!
@@cameronmcnz , Thanks a lot again !! :) I Wish u all the best too. Congrats on your channel!
Thank you sir, the course was really interesting and most of the topics were covered. You have explained everything easily and in detail. Thanks again. God bless you sir.
Dear Cameron, thank you for this video. Hope u reach 22 Million Subs in a near future as u are a pure gem and highly talented interpretator. What an eas is for a person to watch you without loosing focus and concentration which nowdays is kinda hard when the person whos interpretating is lacking some skills.
Thanks so much for the kid words! Yes, I do get jealous of all those creators who can push out a video and get 100K views. Maybe one day. As far as this tutorial goes, Sourcetree and Bitbucket just makes everything easy, so they deserve the credit. Anyone could make Sourcetree look awesome because it is!
I just watched this crystal clear video for beginners a the right time in my learning curve, very useful for me.
Honestly, my videos move fast and aren't great for absolute beginners. If you found value in this you've already got a pretty good head on your shoulders. This video covers some advanced stuff that would leave a newbie spinning. If you were able to keep up, I grant you expert status!
Great tutorial! You're a natural teacher.
Thanks for the kind words, but the credit goes to Sourcetree. They've put together a fun tool that's easy to teach.
And thanks so much for watching and commenting!
Best tutorial I have ever come across on GIT and Sourcetree. Thank you
You just turned a mediocre Friday into a great one! I'm doing a while series so check out the other ones!
Awesome tutorial Cameron, I've watched it several times now and it has helped me immensely. Do you think you could do a "Part 2", building on what you taught here, to teach the viewer how to use SourceTree with BitBucket to create a staging and live server for their end product? Many thanks in advance.
Well, that's pretty much all I do every day. I could probably record something on it.
Thanks so much for the kind feedback. I really enjoyed putting this Sourcetree tutorial together!
Makes git, source tree and bitbucket pretty easy to learn.
Honestly, it's pretty easy to learn Sourcetree and Bitbucket. This was one of the easier Git tutorials I've ever put together.
SourceTree was confusing for me as I'm new to it. This is a great Tutorial and I've come across luckily and it helped understanding it in a simpler way. Thank you so much! Very well Explained!!
After working with SourceTree for a few years, you explained some of the "features" that I felt were to dangerous to try with my live projects. Knowing that you know what "federalism" is, gives away your Canadian roots. Subscribed!
Thanks so much for the kind words! And indeed, I try to slide in a hockey, Tim Hortons or other Canadian reference into all my videos. :)
awesome tutorial !! very well explained
Thanks! I had a lot of fun making this video.
Thank you for this, for real, thank you so much.
Happy to be of service! But honestly, Sourcetree and BitBucket do a pretty good job of making Git easy to use. Have fun with it!
what a great explanation! never ever find this kind of content on youtube
Thanks for the kind words! Lots of smarter and more handsome people out there getting way more views than me. But I'm glad you enjoyed my approach to teaching Sourcetree and Bitbucket!
this is a lifesaver! Thank you sir! This will be very useful in my new job
Glad I could help! I was honestly surprised how few modern Git and Sourcetree tutorials there were on TH-cam.
Happy BitBucket!
@@cameronmcnz yes! As a fresher working with this stuff is scarier than my actual tasks! I'm gonna take my own sweet time and carefully learn these things and fix them in my head. You're an Angel
Best tutorial on this subject. Thanks !!
Thanks for the kind words! Honestly, I really enjoyed putting together this sourcetree and bitbucket tutorial. Sourcetree really makes Git a lot easier to work with.
Very cool tutorial. Will be good if you explain something about Remotes and stashs. Thank you for this tutorial.
One of my most popular tutorials is actually setting up a remote to add a local project to a BitBucket/GitHub/GitLab server. Similarly with git stash!
It's always always a challenge to decide which concepts to cover in an introductory tutorial. You want there to be a lot of substance, but at the same time you don't want to overwhelm someone new to Git, SourceTree and Bitbucket. Good suggestions though. I might add those next time.
I'm not sure I did rebase and squashes here? That's another topic I sometimes do and other times avoid. Important topics, but potentially overwhelming.
@@cameronmcnz thank you for so fast reply. You said only about rebase in this video. Idk what squashes are:)
@@denys205 Squashes are yummy treats we eat at Thanksgiving.
A squash can also combine multiple commits into one.
The explnations are really good. Its my personal suggestion to make a intro on UI of soruce tree for 1-2 min.
It's funny but I struggle with that. On the one hand, I feel I should start with more of a preview and overview. On the other hand, I personally really like tutorials where they just jump into it and get going.
Maybe I assume people watching this tutorial have poked around in the tool a bit, whereas that might not actually be the case.
I'm doing more tutorials on GitHub and GitLab and BitBucket. I'll experiment with your suggestion and do a bit more groundwork at the start.
thx you for the video! really help me out
Honestly, this was one of the most fun videos to make. SourceTree and GitKraken are two pretty awesome Git Gui tools.
Thanks for the kind words, and thanks for watching!
Hey, thanks for your job ! Great tutorial.
I really enjoyed putting this together. I think Sourcetree is one of the most underrated Git tools out there!
@@cameronmcnz I agree with you
Thanks!!! It has been really useful!!!
Happy to help! I enjoyed putting this sourcetree tutorial together!
Great Tutorial ❤
Keep up the good work 🎉
You enjoyed it? I worked really hard on this one.
Thanks for the kind words!
Really enjoyed it ❤
Sourcetree is awesome
I'm a big sourcetree fan, for sure!
very helpful. Thank you!
Glad I could help! I'm a big fan of Sourcetree and Bitbucket!
Thank You SIR 🙏🙏🙏🙏🙏
Nice tutorial,
I have a question though. Upon cloning a repository into Visual Studio Community do you need to set up parameters to be able to maintain the repository at Bitbucket ? Or can can anybody who clones be able to update the repository ?
Thank you so much. This is very helpful. Do you teach on Udemy? I would love to check out some of your courses if you do. Thank you
I can hardly get anyone to watch my free videos on TH-cam. Not sure if I'd kill it on Udemy.
Thanks for the support and kind words though! I'm constantly creating new, free content here and writing for theserverside.com
What other topics are you interested int?
Once question I have...If I start a local repo, and then decide I want it under Bitbucket. How would I do that? How do I put it under Bitbucket without loosing any change history?
You'll want to do a git remote add origin. I talk about a 'cheat' method in this video, and honestly, that's the easiest way to do it if you're the only one working on the repo.
Instead of git remote add origin, you just create the repo in bitbucket, clone the repo, then copy your files into the repo folder, git add ., git commit -m "first commit" and then a git push. Super easy!
th-cam.com/video/jq1ROBgmEzw/w-d-xo.html
how to search commits by date in this app?
I think CTRL+3 takes you to search. Is there a date search option there? I'll go check.
@@cameronmcnz No, there is no such option in the Windows application. but on mac it is
@@Reeendom Darn those lucky Mac users!
thank you
Thanks for watching! I really enjoyed doing this tutorial with Git and Sourcetree. A very cool tool that can speed you up and keep your Git repos honest.
I've got a 2 hour Git and Bitbucket video coming out today or tomorrow. Stay tuned!
Why not simply allow the users to drag and drop their files and be done with it?
Nothing is plug and play anymore. It has to be unnecessarily complicated
1st Feb, 2024
?
It's just a notation mark for me to go over content at specific timestamps, btw I loved your explanation, easy-to-use methods.
@@KPBhan Time stamp away!
And I'm super-happy to hear you're enjoying the tutorial. I had a lot of fun putting this Git and SourceTree tutorial together!
Very well done , thank you
My pleasure. Thanks for watching and have a lot off fun with Git!