GitLens 18.1 is now available, with performance improvements, Commit Graph refinements, and quality-of-life updates to make your daily Git workflows smoother.
Grab the update and see what’s new:
help.gitkraken.com/gitlens/g…
GitLens 18.1 is now available, with performance improvements, Commit Graph refinements, and quality-of-life updates to make your daily Git workflows smoother.
Grab the update and see what’s new:
help.gitkraken.com/gitlens/g…
@gitlens 18 is LIVE!
If your repo is starting to feel chaotic from coding agents, parallel work, and worktrees everywhere…
GitLens 18 is probably the cleanest workflow upgrade you can make right now.
Better Git workflows for the agent era.
Read the full GitLens 18 release notes here:
help.gitkraken.com/gitlens/g…
Your repo after a few weeks of coding agents:
🌿 branches everywhere
🤖 agents everywhere
📂 worktrees everywhere
😵 context nowhere
GitLens 18 is our answer to that.
The Commit Graph became a workbench for parallel development. 🧵
🧪 Agent Kanban is kind of wild.
Your active coding agents automatically organize into Kanban boards for:
• Needs Input
• Working
• Idle
• Inactive
This is an experimental feature so try it out and let us know what you think.
If your repo is starting to feel chaotic from coding agents, parallel work, and worktrees everywhere…
GitLens 18 is probably the cleanest workflow upgrade you can make right now.
Read the full GitLens 18 release notes here:
help.gitkraken.com/gitlens/g…
I can't believe that I've had @gitlens for ages but never used most features aside blame annotations on hover, commit graph and occasional diff views for files.
I just went through the docs and found out I can
- Create PRs
- Generate detailed commits with AI
- lots more
I think the main reason @gitlens looks so good is because they include the avatar of the user inside the circle of the commit.
That way I don't have to drag my eyes all the way to the right to see the name of who made the commit.
I even set my gravatar to be a more vibrant color so I can easily see my commits
@gitlens is lowkey clutch...fr
ever been stuck mid-rebase or untangling 100 commits after a messy upstream pull?
yeah, same.
it actually lets you see what git is doing - commits, branches, blame, all of it
if git trees confuse you, just try it
drop ur thoughts below👇
Stop stashing. Use git worktrees.
git worktree add ../my-project-main main
cd ../my-project-main
git worktree remove ../my-project-main
Three commands. Same Git history, separate folders. Works great for AI tools running parallel tasks too.
More tips like this in Main Branch (congrats to this week’s giveaway winners fernandoasfj and bogdan!)
mainbranch.beehiiv.com