Show HN: Personal Time Tracking with Git
(doocot.sh)
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.
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.
CNCF Git Data Miner
(github.com/cncf)
This is the Cloud Native Computing Foundation's fork of Jon Corbet and Greg KH's gitdm tool for calculating contributions based on developers and their companies.
This is the Cloud Native Computing Foundation's fork of Jon Corbet and Greg KH's gitdm tool for calculating contributions based on developers and their companies.
The Lost Art of Commit Messages
(seyhan.me)
Have you ever noticed how commit messages these days are like cryptic haikus from developers who seem to think a single word is all it takes to summarize their masterpiece?
Have you ever noticed how commit messages these days are like cryptic haikus from developers who seem to think a single word is all it takes to summarize their masterpiece?
Show HN: Cocommit – A copilot for git commit
(github.com/andrewromanenco)
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.
An introduction to Magit, an Emacs mode for Git
(masteringemacs.org)
Magit is the sweetener that masks the bitter taste you get when you have to commune through algebraic brevity with git. Magit – unlike other user interfaces bolted on top of a command line version control system – is faithful in its adherence to git’s vocabulary and capabilities.
Magit is the sweetener that masks the bitter taste you get when you have to commune through algebraic brevity with git. Magit – unlike other user interfaces bolted on top of a command line version control system – is faithful in its adherence to git’s vocabulary and capabilities.
Going down the rabbit hole of Git's new bundle-URI
(gitbutler.com)
Git's new bundle-uri could help significantly speed up clones, but what bugs lurk within?
Git's new bundle-uri could help significantly speed up clones, but what bugs lurk within?
Native Git Support in Zed
(zed.dev)
We've heard for a long time that many of you want to be able to use Git from within Zed. Not necessarily for everything, but particularly for the 90% "git-commit", "git-push" workflow, it's just too slow to have to context switch every time.
We've heard for a long time that many of you want to be able to use Git from within Zed. Not necessarily for everything, but particularly for the 90% "git-commit", "git-push" workflow, it's just too slow to have to context switch every time.
Git beta is now publicly available to everyone on Zed Preview
(zed.dev)
Keep up with the weekly Zed releases.
Keep up with the weekly Zed releases.
Show HN: Tangled – Git collaboration platform built on atproto
(tangled.sh)
Tangled is a new social-enabled Git collaboration platform, built on top of the AT Protocol.
Tangled is a new social-enabled Git collaboration platform, built on top of the AT Protocol.
I struggled with Git, so I'm making a game to spare others the pain
(initialcommit.com)
Learning and using Git kinda sucks! So I'm building Devlands to make learning and using Git more accessible and intuitive for ... anyone.
Learning and using Git kinda sucks! So I'm building Devlands to make learning and using Git more accessible and intuitive for ... anyone.
Micro keypad to do your regular Git push/pull/add/commit actions
(gitsyncpad.xyz)
Be among the first to experience GitSyncPad, an innovative micro keypad designed for effortless Git version control.
Be among the first to experience GitSyncPad, an innovative micro keypad designed for effortless Git version control.
Show HN: Yaak – An open source, Git-friendly desktop API client
(yaak.app)
Yaak is an offline and Git friendly app for HTTP, GraphQL, WebSockets, SSE, and gRPC.
Yaak is an offline and Git friendly app for HTTP, GraphQL, WebSockets, SSE, and gRPC.
How Core Git Developers Configure Git
(gitbutler.com)
What `git config` settings should be defaults by now? Here are some settings that even the core developers change.
What `git config` settings should be defaults by now? Here are some settings that even the core developers change.
A simple way of visualizing Git repository
(cupprum.github.io)
Some time ago, a new colleague joined our department and started working on a platform we provide. During his initial days, I noticed he was using an interactive Python shell to create treemap visualizations of the project's git history.
Some time ago, a new colleague joined our department and started working on a platform we provide. During his initial days, I noticed he was using an interactive Python shell to create treemap visualizations of the project's git history.
Show HN: A little go program to git tag the next tag you need
(ycombinator.com)
I got sick of watching my github actions page waiting for a step to complete before tagging the next step.
I got sick of watching my github actions page waiting for a step to complete before tagging the next step.
How core Git developers configure Git
(gitbutler.com)
What `git config` settings should be defaults by now? Here are some settings that even the core developers change.
What `git config` settings should be defaults by now? Here are some settings that even the core developers change.
Ask HN: What commit message conventions do you follow?
(ycombinator.com)
I'm new to the world of programming and came to know about commit conventions. Just wanted to know what conventions do you use.
I'm new to the world of programming and came to know about commit conventions. Just wanted to know what conventions do you use.
Git clone –depth 2 is vastly better than –depth 1 if you want to Git push later
(stackoverflow.com)
I've done a shallow clone of a large repo (git clone --depth 1 [email protected]:myOrg/myRepo.git). I can push new changes to the remote but the first push is horribly slow. Subsequent pushes are fine. The command indicates that the first push writes a lot of data to the remote:
I've done a shallow clone of a large repo (git clone --depth 1 [email protected]:myOrg/myRepo.git). I can push new changes to the remote but the first push is horribly slow. Subsequent pushes are fine. The command indicates that the first push writes a lot of data to the remote:
jj: a Git-compatible VCS that is both simple and powerful
(github.com/jj-vcs)
Jujutsu is a powerful version control system for software projects. You use it to get a copy of your code, track changes to the code, and finally publish those changes for others to see and use. It is designed from the ground up to be easy to use—whether you're new or experienced, working on brand new projects alone, or large scale software projects with large histories and teams.
Jujutsu is a powerful version control system for software projects. You use it to get a copy of your code, track changes to the code, and finally publish those changes for others to see and use. It is designed from the ground up to be easy to use—whether you're new or experienced, working on brand new projects alone, or large scale software projects with large histories and teams.
Git Koans (2013)
(stevelosh.com)
A Python programmer handed her ~/.gitconfig to Master Git. Among the many lines were the following:
A Python programmer handed her ~/.gitconfig to Master Git. Among the many lines were the following:
Sage: Burning Away Git Complexity
(github.com/crazywolf132)
Hey there! Welcome to Sage - your friendly neighborhood Git companion. Think of it as a smart wrapper around Git that helps you streamline your workflow.
Hey there! Welcome to Sage - your friendly neighborhood Git companion. Think of it as a smart wrapper around Git that helps you streamline your workflow.
Beej's Guide to Git
(beej.us)
Please keep in mind that I'm only human and there is a very, very high probability that there are errors in this guide. Additionally, I might simply not know what I'm talking about when it comes to something! So email corrections are highly appreciated!
Please keep in mind that I'm only human and there is a very, very high probability that there are errors in this guide. Additionally, I might simply not know what I'm talking about when it comes to something! So email corrections are highly appreciated!
Have Gemini stage and write commit messages for you
(github.com/suwi-lanji)
The Auto-Commit Bot is a Python-based tool that automatically monitors a directory for changes, generates meaningful commit messages using the Google Gemini API, and commits the changes to a Git repository.
The Auto-Commit Bot is a Python-based tool that automatically monitors a directory for changes, generates meaningful commit messages using the Google Gemini API, and commits the changes to a Git repository.
Git: How submodules are merged (2022)
(lucasoshiro.github.io)
If you work in a project that uses Git as its version control system and and uses submodules, maybe you have faced a situation where you needed to change a submodule in a branch and needed to merge that branch into another.
If you work in a project that uses Git as its version control system and and uses submodules, maybe you have faced a situation where you needed to change a submodule in a branch and needed to merge that branch into another.
Unreal Announcer for Git Commits
(github.com/dmayboroda)
For all you fans of the Quake and Unreal Tournament series!
For all you fans of the Quake and Unreal Tournament series!