#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
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
#featurebranching with #git in #scrum is awesome! After 2 weeks, less bugs and a considerable reduction of feature TTM.
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
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
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
📂 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. Cheney 75.4K posts
- 2. Sedition 143K posts
- 3. Mark Walter 1,224 posts
- 4. First Take 44.6K posts
- 5. Jeanie 1,642 posts
- 6. Seditious 77.9K posts
- 7. Cam Newton 3,920 posts
- 8. Constitution 102K posts
- 9. Trump and Vance 34.9K posts
- 10. Elon Musk 272K posts
- 11. Commander in Chief 46.1K posts
- 12. Seager N/A
- 13. Coast Guard 18.7K posts
- 14. #WeekndTourLeaks 1,445 posts
- 15. Shayy 12.2K posts
- 16. Nano Banana Pro 22.4K posts
- 17. Dameon Pierce N/A
- 18. #Geeksgiving25 N/A
- 19. #ExpediaChat 1,210 posts
- 20. UNLAWFUL 69.8K posts