Git Flow Part 2 - Using Git Flow in Source Tree Tutorial

preview_player
Показать описание
If you are not comfortable using the command line, you can use Git Flow using SourceTree. In this video, I explain how to use the simple "Git Flow" feature, in SourceTree to manage your code.

☕️ You can buy me a coffee by supporting this video on Patreon:

1 - Set up - 00:24
2 - Create your first "feature branch" - 02:23
3 - Finish your "feature branch" - 04:03
4 - Starting your "release branch" - 05:21
5 - Finishing a "release branch" - 06:43
6 - Hot fixes - 08:14

Check out the blog post here:

😊You can find me here:

Links
Рекомендации по теме
Комментарии
Автор

Really enjoy how you have the slide show that explains the process and then you show how its done. Im a visual learner so that helped my understand quickly.

rebelkline
Автор

This is an awesome tutorial, I love the way you explain things, first theory then practice. I had no idea what gitflow was before watching the video, I understand it perfectly now. Thanks!

martacoscujuelasaenz
Автор

Four years later, still good and relevant . Thanks.

keitoro
Автор

Sourcetree is an amazing tool, and your videos are very informative. Thank you.

thejmcexperience
Автор

Thank you so much for this tutorial. Really easy to follow and a nice clear explanation.

AudioJunkie
Автор

Excellent video, straight to the point, precise explanation, easy to understand, Thanks a lot Reval :)

jaykay
Автор

Thanks for making this video. I've read a few articles on the Gitflow, but it's always nice to see it fleshed out like this, and in Windows for once :)

dohboy
Автор

Thanks, good tutorial. Straight to the point, simple examples.

krisu
Автор

Very good videos, part 1 and part 2, thanks Reval !!!

ashwinganesh
Автор

Excellent demonstration, Thanks and keep the good work.

dev_bits
Автор

Useful and Easy to understand git flow...

sheringreen
Автор

the best tutorial ever ! good work bro

azaiezsohaieb
Автор

Thanks for the git flow videos, I enjoyed a lot and, learn how to use source tree using git flow. Great Tutorial

JaysonMonterroso
Автор

Greate ! finally someone did it simple and straight forward! biji

mohammedkarro
Автор

Too bad I found this in the middle of development. This would be very useful if I start earlier. Thanks for the tutorial!

syahmi
Автор

This has been the most straightforward explanation I've seen, and really helped me get my head around GitFlow. I've got one suggestion and one question: 1) Suggestion: perhaps include adding a remote repository. This was actually the thing I was least clear about (especially when it came to branches), and I kind of fumbled through that. 2) Question: after finishing the Release branch (and the Hotfix too), there appears to be an instruction in bold: 'Merge branch 'release/v.1.0.0' into develop'. This seems to be an instruction, but I'm not really clear on what to do. Am I missing something?

indextwo
Автор

Hi there, In the latest SourceTree version for Mac (as of 15 March 2018) when you finish off a feature, even though the option to delete the branch is already ticked, the feature branch does not get deleted. I tried this twice, as well as close the app and launch it again, to no avail. Has anybody else encountered this?

JoshuaMartinez-hubg
Автор

Thanks, Reval, nice one, too! One question: how would collaboration with others via an online remote fit into the picture? Am I right in assuming that developers only work on the develop branch and their features, pulling/pushing their stuff respetively, and - let's say - a project manager only takes care of the release branch and merges from dev into release and then back from release into dev and master (and similarly for hotfix)?

drfritz
Автор

Thank you, It's so useful for me ^_^

thanhvietnguyen
Автор

Didn't you torget to add a new version tag when you finished the hotfix?

Bengha
visit shbcf.ru