News Score: Score the News, Sort the News, Rewrite the Headlines

Working with stacked branches in Git is easier with --update-refs

November 08, 2022 ~8 min read In this post I discuss how to use a new Git rebasing feature, --update-refs, which was included in Git 2.38, in October 2022. This makes working with "stacked" branches a lot easier. Stacked what now? I'm a big fan of small git commits. Especially when you're creating a big feature. I like to create a "story" with my commits, adding bits of a larger feature commit by commit. The idea is to make it as simple as possible for others to review by walking through ...

Read more at andrewlock.net

© News Score  score the news, sort the news, rewrite the headlines