Gitflow on GitHub: How to use Git Flow workflows with GitHub Based Repos

preview_player
Показать описание
Are you using GitHub? Is Gitflow your workflow of choice? Here's a quick tutorial to show you how to use Git Flow with GitHub hosted repos. It's not hard. Just create your repo on GitHub and clone it locally. Then run the Git Flow init command on the cloned GitHub repo. Then push back to GitHub and you've accomplished Gitflow and GitHub integration. This GitHub and GitFlow example goes a bit deeper though. We show you how to create feature and release branches and push that back to master, all while pushing and pulling back and forth to GitHub. If you want to see how GitFlow and GitHub work together, this example tutorial is for you!
Рекомендации по теме
Комментарии
Автор

This is the best video on GitHub that I've seen so far.

demicoderr
Автор

This is really helpful and easy to understand, thank you!

yes_milord
Автор

That was the most unique tutorial for this concept. Thanks for making this video. 😃

chhayajain
Автор

Very interesting workflow.
How would this work with pull requests?
I wonder if you have a video about this already.

hjorkera
Автор

Do I get it right, that there is no way to use git flow with GitHub without a ton of extra actions if we want to do PRs and code reviews?

IgorPomaranskiy
Автор

What if i am working with a team and I want to
push branch => do pull request => (say im the only one) approve the branch => merge it into development?
I know this might be a long answer, is there a video on that?

joaquinleimeter
Автор

Thank you for these version control tutorials

goldfish
Автор

This video is really helpful. You explain and demostrate the everything very clearly. Thanks you❤🎉

samithawijesekara
Автор

when we init git flow on local repo, will it match the git flow config on remote? or is there any settings to do before utilizing it?

gesurnka
Автор

Thanks this very helpful
Is it possible to teach us how test and deploy our java app mysql db with jinkins sonarqube and nexus 😁

issamnaouali
Автор

great video... how i can know all commands for gitFlow for gitHub?

francescofreddi
Автор

thx sir, simple c, concise and riht to the goal

joelfankam
Автор

Why do you not use "pull request"?

abdelkaderkaouane
Автор

two things are fuzzy to me.

- what happens to your local development branch? that also needs to be pushed. It will have a different merge commit id for the release. Does that just get added on the next release?

jayclark
Автор

How come the development branch didn't get the release fix?

michaellee