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.
Conventional Commits is a defacto standard for writing commit messages in a manner more useful for both humans and machines. Examples:
feat(batches): adjust callback data model to conform to naming standards ci: add ruby 3.4 to matrix style: upgrade standard formatting I learned of conventional commits recently and like the simplicity and ease of use. I want to use this standard going forward for all of my projects but I had one problem: how do I train myself to use this every time? It’s too easy to forget or skip without some sort of prompt or cheatsheet so that’s exactly what I did!
How to Create Branch from Commit in Git: Expert Guide for Developers
Master the art of creating branches from any Git commit with proven strategies that work. Learn from experienced developers and discover practical approaches to effective version control management.
Git Clone From Tag: The Ultimate Guide for Modern Developers
Master the art of Git clone from tag with hands-on strategies that actually work. Learn proven techniques from experienced developers for efficient version control and seamless repository management.