#featurebranching نتائج البحث
When writing code, how do you organise your work to be compatible with those in your team? 🎥 Here I talk about #FeatureBranching & Continuous Integration ➡️ bit.ly/3986CWC

"..anything that hides change gets in the way and slows us down. Any form of branching is antithetical to #ContinuousIntegration." @davefarley77 on Continuous Integration and #FeatureBranching davefarley.net/?p=247

Sometimes it's not the best idea to use #FeatureBranching or #Gitflow. @ConollyEd explains why and gets us thinking in his article "Some thoughts on branching strategies" buff.ly/2Ca9RNT

Feature Branching FAILS Continuous Integration Watch on YouTube: youtube.com/shorts/JALFMFP… #cicd #continuousintegration #featurebranching

Torn between trunk-based versus feature branching? Have a look at adaptive branching and see which cases it is used for. 👉buff.ly/3z03zxQ #adaptivebranch #trunkbaseddevelopment #featurebranching #CI

A new blog post to describe some of my thinking on #ContinuousIntegration and #FeatureBranching in a bit more detail... davefarley.net/?p=247
Spooky, kids! 🎃 Don't miss: "FEATURE BRANCHING IS EVIL" our January #AgileTechTalks with Thierry de Pauw! agilealliance.org/event/feature-… Will it be blood-curdling, chillingly evil?! 👻 Probably not, but it will be informative! #FeatureBranching #Agile #AgileDevelopment #DevOps

Primera semana en @EmagisterTech haciendo #featurebranching y con github flow :)
Nevim proč, ale přemýšlel jsem nad #FeatureBranching a narazil jsem na devblog.cz/2012/11/proc-n… Mrkněte i na diskuzi.
📂 Day 15: Feature Branching Feature branching = freedom! 🌟 Work on new features in isolated branches without messing with the main code. Merge when it’s perfect! 🛠️ Develop without fear of breaking stuff! 💥 #FeatureBranching #DevOpsJourney #Git

#featurebranching with #git in #scrum is awesome! After 2 weeks, less bugs and a considerable reduction of feature TTM.
To all my friends or fellow devs that are cargo-culting #featureBranching at work (when they aren’t doing OSS). Nice prez by @tdpauw which will be at #newcrafts next week ;-) youtu.be/h4DM-Wa0aDQ
Retweeted Thierry de Pauw (@tdpauw): #FeatureBranching are a symptom treatment and hide the real problems of... fb.me/1dBU4I6QN
It's easy to fix text differences while merging, but not easy to fix intent, why a change is made. #FeatureBranching is an anti-pattern for #continuousdelivery @kmugrage #agileindia2018
Really enjoyed this article on #continuousintegration #FeatureBranching
A new blog post to describe some of my thinking on #ContinuousIntegration and #FeatureBranching in a bit more detail... davefarley.net/?p=247
@spargonaut - I renamed it to #BranchingBad. I'll play Walt, you play Jessie... #FeatureBranching can be the blue meth.
Congrats @DanielBodart - he killed #featurebranching in 2009 with a quote bit.ly/2Qc3V7, now he kills #scala bit.ly/1j90Wvo
📂 Day 15: Feature Branching Feature branching = freedom! 🌟 Work on new features in isolated branches without messing with the main code. Merge when it’s perfect! 🛠️ Develop without fear of breaking stuff! 💥 #FeatureBranching #DevOpsJourney #Git

Still using feature branching? Try trunk-based development instead. infobip.com/developers/blo… #development #featurebranching #trunkbased
Spooky, kids! 🎃 Don't miss: "FEATURE BRANCHING IS EVIL" our January #AgileTechTalks with Thierry de Pauw! agilealliance.org/event/feature-… Will it be blood-curdling, chillingly evil?! 👻 Probably not, but it will be informative! #FeatureBranching #Agile #AgileDevelopment #DevOps

Feature Branching FAILS Continuous Integration Watch on YouTube: youtube.com/shorts/JALFMFP… #cicd #continuousintegration #featurebranching

Torn between trunk-based versus feature branching? Have a look at adaptive branching and see which cases it is used for. 👉buff.ly/3z03zxQ #adaptivebranch #trunkbaseddevelopment #featurebranching #CI

Great article on #featurebranching Vs true #continuousintegration. A long read but makes some very important points. Before you opt for @github /#Oss style PRs perhaps ask yourself if this is the best way to work. pivbi.co/38K3KjV
Great article on #featurebranching Vs true #continuousintegration. A long read but makes some very important points. Before you opt for @github /#Oss style PRs perhaps ask yourself if this is the best way to work. pivbi.co/38K3KjV
When writing code, how do you organise your work to be compatible with those in your team? 🎥 Here I talk about #FeatureBranching & Continuous Integration ➡️ bit.ly/3986CWC

Great article on #featurebranching Vs true #continuousintegration. A long read but makes some very important points. Before you opt for @github /#Oss style PRs perhaps ask yourself if this is the best way to work. martinfowler.com/articles/branc…
Very nice post comparing #tbd and #featurebranching: Trunk-based Development vs. Git Flow by Konrad Gadzinowski medium.com/p/trunk-based-…
Sometimes it's not the best idea to use #FeatureBranching or #Gitflow. @ConollyEd explains why and gets us thinking in his article "Some thoughts on branching strategies" buff.ly/2Ca9RNT

To all my friends or fellow devs that are cargo-culting #featureBranching at work (when they aren’t doing OSS). Nice prez by @tdpauw which will be at #newcrafts next week ;-) youtu.be/h4DM-Wa0aDQ
"..anything that hides change gets in the way and slows us down. Any form of branching is antithetical to #ContinuousIntegration." @davefarley77 on Continuous Integration and #FeatureBranching davefarley.net/?p=247

An excellent longread on the problems with #FeatureBranching and the merits of #TrunkBasedDevelopment. It's unfortunate we keep repeating this discussion as an industry!
A new blog post to describe some of my thinking on #ContinuousIntegration and #FeatureBranching in a bit more detail... davefarley.net/?p=247
Really enjoyed this article on #continuousintegration #FeatureBranching
A new blog post to describe some of my thinking on #ContinuousIntegration and #FeatureBranching in a bit more detail... davefarley.net/?p=247
A new blog post to describe some of my thinking on #ContinuousIntegration and #FeatureBranching in a bit more detail... davefarley.net/?p=247
It's easy to fix text differences while merging, but not easy to fix intent, why a change is made. #FeatureBranching is an anti-pattern for #continuousdelivery @kmugrage #agileindia2018
Retweeted Thierry de Pauw (@tdpauw): #FeatureBranching are a symptom treatment and hide the real problems of... fb.me/1dBU4I6QN
Используете #FeatureBranching и говорите, что это #CI? Жаль, но это не #CI goo.gl/xvNCqe
Imitating Pure Continuous Integration in Branching Workflows dzone.com/articles/imita… #master #feature #featurebranching @DZone
Feature Branching FAILS Continuous Integration Watch on YouTube: youtube.com/shorts/JALFMFP… #cicd #continuousintegration #featurebranching

"..anything that hides change gets in the way and slows us down. Any form of branching is antithetical to #ContinuousIntegration." @davefarley77 on Continuous Integration and #FeatureBranching davefarley.net/?p=247

Torn between trunk-based versus feature branching? Have a look at adaptive branching and see which cases it is used for. 👉buff.ly/3z03zxQ #adaptivebranch #trunkbaseddevelopment #featurebranching #CI

When writing code, how do you organise your work to be compatible with those in your team? 🎥 Here I talk about #FeatureBranching & Continuous Integration ➡️ bit.ly/3986CWC

Spooky, kids! 🎃 Don't miss: "FEATURE BRANCHING IS EVIL" our January #AgileTechTalks with Thierry de Pauw! agilealliance.org/event/feature-… Will it be blood-curdling, chillingly evil?! 👻 Probably not, but it will be informative! #FeatureBranching #Agile #AgileDevelopment #DevOps

Sometimes it's not the best idea to use #FeatureBranching or #Gitflow. @ConollyEd explains why and gets us thinking in his article "Some thoughts on branching strategies" buff.ly/2Ca9RNT

📂 Day 15: Feature Branching Feature branching = freedom! 🌟 Work on new features in isolated branches without messing with the main code. Merge when it’s perfect! 🛠️ Develop without fear of breaking stuff! 💥 #FeatureBranching #DevOpsJourney #Git

Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 80.9K posts
- 2. Jake Moody 11.2K posts
- 3. Falcons 47.8K posts
- 4. Bills 135K posts
- 5. Snell 20.4K posts
- 6. Josh Allen 24.3K posts
- 7. Caleb 43.9K posts
- 8. #BearDown 1,849 posts
- 9. Swift 286K posts
- 10. #Dodgers 14.1K posts
- 11. Jayden Daniels 9,862 posts
- 12. Ben Johnson 3,590 posts
- 13. Turang 3,890 posts
- 14. Bijan 30.1K posts
- 15. phil 153K posts
- 16. #NLCS 13K posts
- 17. #RaiseHail 8,059 posts
- 18. Roki 5,719 posts
- 19. Brewers 45.6K posts
- 20. AFC East 9,039 posts