How the GitHub CLI can now enable triangular workflows
Learn more about triangular workflows, how they work, and how to configure them for your Git workflows. See how you can leverage them on the GitHub CLI.
Resolve Git merge conflicts effortlessly and automate your workflow with code input. Enhance productivity with smart merge queues, seamless GitHub integration, powerful collaboration tools, and actionable developer insights. Ideal for modern agile teams.
andrewromanenco/cocommit: Cocommit is a command-line tool that works with your HEAD commit and leverages an LLM of your choice to enhance commit quality.
Cocommit is a command-line tool that works with your HEAD commit and leverages an LLM of your choice to enhance commit quality. - andrewromanenco/cocommit
Tracking time worked is unsexy at best, intrusive micro-management at worst. But I think understanding where time is spent lets individuals drive velocity through better choices. We can do this automatically with git hooks.
GitSeek | Copy Complete Code from Any Repo for AI Tools
GitSeek helps you quickly extract the complete code you need from any repository. Paste to Claude for detailed explanations, or feed into Cursor to implement similar features in your projects. With project visualization and architecture insights.
The open source Git project just released Git 2.49. Here is GitHub’s look at some of the most interesting features and changes introduced since last time.
davidesantangelo/gitingest: Gitingest is a command-line tool that fetches files from a GitHub repository and generates a consolidated text prompt for your LLMs.
Gitingest is a command-line tool that fetches files from a GitHub repository and generates a consolidated text prompt for your LLMs. - davidesantangelo/gitingest
How I use git add --patch for reviewing my work - Remi Mercier - Software Developer
When working on features, I strive to preserve my flow, which means, that after a few hours, I'll have a bunch of untracked files waiting for me in git. I use `git add --patch` to effectively bundling my work into separate commits.