Lumberman aims to simplify stacking. It's a CLI that helps you:
- 🚀 Tying into your issue tracker and using it to name branches, so you can quickly get to work
- 🗺️ A consistent, carefully curated set of commands and constantly giving you feedback, so you can navigate with confidence
- 🧠 Strategically synchronising local and remote when it makes sense, so you have to keep less state in your head the amount of state you have to keep in your head by
pipx install lumberman
To see inline documentation:
lumberman
Or the alias:
lm

Let's look at a case! Say you're working on branch A, and you notice you can add an optimisation by making a small configuration change. Previously, you would have to:
- Switch from branch A to main
- Pull main to ensure you're aligned with remote
- Create a new branch from main
- Name the branch (Patch)
- Commit changes
- Push
- Create a PR
- Switch to branch A
- Merge the Patch-cfg branch into branch A
But with lumberman:
- lm insert bottom
- Commit changes
- lm sync
- lm top
- Install Orbstack or Docker Desktop. Make sure to complete the full install process before continuing.
- If not installed, install VSCode
- Press this link
- Complete the setup process
- Done! Easy as that.
Type | |
---|---|
🚨 Bug Reports | GitHub Issue Tracker |
🎁 Feature Requests & Ideas | GitHub Issue Tracker |
👩💻 Usage Questions | GitHub Discussions |
🗯 General Discussion | GitHub Discussions |