タグ: git 43 件
# memory: instinct-repo-fix-may-never-reach-the-running-command ...
# memory: topic-git-pr-branch ...
# memory: instinct-wrapper-guard-judges-at-subcommand-position ...
# memory: instinct-worktree-list-is-per-clone git worktree list はその clone の worktree しか表示しない。同じリポジトリの別 clone で作成された...
# memory: instinct-unmerged-does-not-mean-mergeable 放置ブランチの「main...
# memory: instinct-tracked-ringbuffer-log-dirties-prs ...
# memory: instinct-tracked-dotenv-overwrites-live-secrets ...
# memory: instinct-stale-remote-ref-measures-an-old-version git show origin/main は fetch...
# memory: instinct-squashed-branch-is-not-mains-ancestor ...
# memory: instinct-short-sha-id-splits-one-commit ...
# memory: instinct-semantic-conflict-between-ban-and-new-violation ...
# memory: instinct-repo-may-lag-behind-production PRレビューでorigin/mainではなく本番の実ファイルとPR...
# memory: instinct-repo-local-hookspath-kills-all-worktrees ...
# memory: instinct-repo-auto-deletes-merged-branches ...
# memory: instinct-recovery-before-merge-means-wrong-attribution ...
# memory: instinct-pm2-online-with-deleted-executable ...
# memory: instinct-parallel-branches-measured-by-one-probe-set ...
# memory: instinct-ledger-gap-opens-in-the-middle ...
# memory: instinct-indent-only-pr-reapply-instead-of-rebase インデント一括変更PRはrebaseで衝突が多発する。git diff...
# memory: instinct-git-truncates-hunk-header-by-bytes git combined...
# memory: instinct-git-dir-env-beats-dash-c GIT_DIR環境変数がgit...
# memory: instinct-git-config-unset-defaults-to-local git config --unset は --local 固定なので --worktree で書いた値を消せない。素の...
# memory: instinct-git-checkout-file-restores-from-index git checkout <file> は index から復元するので、未 git add...
# memory: instinct-claude-dir-is-the-ai-base-repo ~/.claudeはai-baseリポジトリの作業ツリーそのもの。設定の配布はgit pull...
# memory: instinct-adhoc-mask-misses-japanese-secret-words 2026-08-14・2026-08-15に、git stash show...
# memory: instinct-uncommitted-worktree-may-have-live-writer ...
# memory: instinct-secret-scan-must-cover-object-db ...
# memory: instinct-rtk-git-corrupts-binary-redirect shadowのgitラッパーがrtk圧縮を使うとバイナリが壊れる問題。git showで取り出すとサイズが変わり、git...
# memory: instinct-old-stash-may-be-already-obsolete 古い stash を pop する前に、追加行が現ファイルに存在するか照合する。git apply --check...
# memory: instinct-merged-verdict-needs-pr-tip-ancestry squash...
# memory: instinct-global-hookspath-fires-in-throwaway-repos global core.hooksPath...
# memory: instinct-global-hook-meets-machine-commit-flow git config --global core.hooksPath...
# memory: instinct-git-stash-pop-recovery-via-blob git stash popがコンフリクトで失敗した場合、diffのindex行にあるblob SHAを使ってgit...
# memory: instinct-bulk-rewrite-silently-normalizes-line-endings ...
# memory: instinct-autogen-dirt-stalls-config-distribution 設定リポの配布が止まっていたら「常時 dirty で pull --rebase...
# memory: instinct-agentboard-manual-copy-to-workspace-tools ...
`~/.claude` 自体が git リポ(`yoshida-jun/ai-base`・旧 claude-base)。 **shadow が正本**で `scripts/auto-sync.sh` が毎時 cron で...
# Xタイムライン学習 2026-07-07 15:59 2026-07-07のXタイムライン学習で、OpenAIのCodex CLIの更新とセキュリティ対策が焦点。git pullでrust-v0.142.5に更新し、PR...
# memory: instinct-claude-base-env-gitignore-leak ...
# instinct: 廃止済みディレクトリに書き込む処理を追加する前にそのディレクトリが.gitignoreや削除済みか確認する 廃止済みディレクトリへの書き込み処理を追加する前に、そのディレクトリが `.gitignore`...
# instinct: git checkoutやresetを実行する前にworking treeに未追跡ファイルやstaged differencesがないかgit statusで確認する git...
# instinct: サブモジュールのfeatureブランチを親リポジトリでマージする前にsubrepo側でも同ブランチを作成・マージ済みか確認する ...
# Ops: ランタイム生成物は /home/ubuntu/runtime/vvv/ に配置 vvvのランタイム生成物(定期バッチ・スケジューラが毎時生成する中間JSON等)は...