Found 1010 bookmarks
Custom sorting
Ataraxy-Labs/weave: Entity-level semantic merge driver for Git. Resolves conflicts that git can't by understanding code structure via tree-sitter. 31/31 clean merges vs git's 15/31.
Ataraxy-Labs/weave: Entity-level semantic merge driver for Git. Resolves conflicts that git can't by understanding code structure via tree-sitter. 31/31 clean merges vs git's 15/31.
Entity-level semantic merge driver for Git. Resolves conflicts that git can't by understanding code structure via tree-sitter. 31/31 clean merges vs git's 15/31. - Ataraxy-Labs/weave
·github.com·
Ataraxy-Labs/weave: Entity-level semantic merge driver for Git. Resolves conflicts that git can't by understanding code structure via tree-sitter. 31/31 clean merges vs git's 15/31.
entireio/cli: Entire is a new developer platform that hooks into your git workflow to capture AI agent sessions on every push, unifying your code with its context and reasoning.
entireio/cli: Entire is a new developer platform that hooks into your git workflow to capture AI agent sessions on every push, unifying your code with its context and reasoning.
Entire is a new developer platform that hooks into your git workflow to capture AI agent sessions on every push, unifying your code with its context and reasoning. - entireio/cli
·github.com·
entireio/cli: Entire is a new developer platform that hooks into your git workflow to capture AI agent sessions on every push, unifying your code with its context and reasoning.
git gitをgitにするgit alias - hogashi.*
git gitをgitにするgit alias - hogashi.*
なんかの拍子に思考が割り込むとこうなりがち。 $ git git status git: 'git' is not a git command. See 'git --help'. The most similar command is init .gitconfig で alias すると解決できる。 git のサブ…
·blog.hog.as·
git gitをgitにするgit alias - hogashi.*
textonly/git-prime: Minith Primus
textonly/git-prime: Minith Primus
Minith Primus. Contribute to textonly/git-prime development by creating an account on GitHub.
·github.com·
textonly/git-prime: Minith Primus
運用中のGitリポジトリをGitHub Enterprise ServerからGitHub Enterprise Cloudへ移行する - Pepabo Tech Portal
運用中のGitリポジトリをGitHub Enterprise ServerからGitHub Enterprise Cloudへ移行する - Pepabo Tech Portal
技術部データ基盤チームの@zaimyです。 ペパボのデータ基盤チームでは、GitHub Enterprise Server(以下GHES)で運用していた全てのリポジトリをGitHub Enterprise Cloud(以下GHEC)...
·tech.pepabo.com·
運用中のGitリポジトリをGitHub Enterprise ServerからGitHub Enterprise Cloudへ移行する - Pepabo Tech Portal
Worktrunk
Worktrunk
CLI for Git worktree management, designed for parallel AI agent workflows.
·worktrunk.dev·
Worktrunk
AI時代におけるモノレポ化のメリット - kickflow Tech Blog
AI時代におけるモノレポ化のメリット - kickflow Tech Blog
kickflow プロダクト開発本部の小本です。 GoogleなどのIT企業が複数のプロジェクトを単一のリポジトリで管理するモノレポを採用していることは以前から知られています。 20億行のコードを保存し、毎日4万5000回のコミットを発行しているGoogleが、単一のリポジトリで全社のソースコードを管理している理由 -…
·tech.kickflow.co.jp·
AI時代におけるモノレポ化のメリット - kickflow Tech Blog
Branch, Test, Deploy: A Git-Inspired Approach for Data - MotherDuck Blog
Branch, Test, Deploy: A Git-Inspired Approach for Data - MotherDuck Blog
This article explores how to bring Git style workflows like branching, testing, and deploying to your data stack. Learn how concepts like zero copy cloning and metadata pointers can finally give you isolated test environments. | Reading time: 17 min read
·motherduck.com·
Branch, Test, Deploy: A Git-Inspired Approach for Data - MotherDuck Blog
gitの履歴を維持したまま、リポジトリを1つに統合する - エムスリーテックブログ
gitの履歴を維持したまま、リポジトリを1つに統合する - エムスリーテックブログ
こんにちは。AI・機械学習チームの苅野です。 このブログはエムスリー Advent Calendar 2025 10 日目の記事です。API と Batch でリポジトリが分かれているプロダクトを 1 つのリポジトリに統合しようと考えて検証を行い、 「既存リポジトリで git mv してから merge --allow…
·m3tech.blog·
gitの履歴を維持したまま、リポジトリを1つに統合する - エムスリーテックブログ
さよなら Tanuki こんにちは Octocat (GitLab から GitHub へ移行しています) - 弁護士ドットコム株式会社 Creators’ blog
さよなら Tanuki こんにちは Octocat (GitLab から GitHub へ移行しています) - 弁護士ドットコム株式会社 Creators’ blog
この記事は 弁護士ドットコム Advent Calendar 2025 の 20 日目の記事です。 こんにちは。クラウドサインの SRE として働いている中村です。 最近は応援している J リーグのチームである鹿島アントラーズが 9 年ぶりのリーグ優勝を果たし、優勝記念グッズへの投資が止まりません。 鹿の話はさておきこ…
·creators.bengo4.com·
さよなら Tanuki こんにちは Octocat (GitLab から GitHub へ移行しています) - 弁護士ドットコム株式会社 Creators’ blog
[6/4] git worktrees with parallel agents in practice
[6/4] git worktrees with parallel agents in practice
This is not a comprehensive guide to Git worktrees, but I wanted to share how I'm currently using them to help you work more effectively. I also want to have a snapshot to compare against in a year, when multi-agent workflows will become more critical. If you want to know
·richstone.io·
[6/4] git worktrees with parallel agents in practice