← 返回
数据分析 中文

Braingit

Automate committing Markdown-only changes in a git repo with safe staging, ideal for note snapshots without affecting code or binaries.
自动化提交仅包含 Markdown 文件的更改到 git 仓库,使用安全暂存,适合笔记快照,不影响代码或二进制文件。
gleb-urvanov
数据分析 clawhub v0.1.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 611
下载
💾 6
安装
1
版本
#latest

概述

Braingit

Commit Markdown-only deltas in a git repository (typically a notes/workspace repo) using a deterministic script.

Article: https://github.com/gleb-urvanov/braingit/blob/master/braingit-article.md

Quick start

Commit Markdown changes (default: *.md)

From inside the target git repo:

./scripts/commit_md_changes.sh "md: snapshot"

Or specify a repo path:

BRAINGIT_REPO=/path/to/repo ./scripts/commit_md_changes.sh "md: snapshot"

Change what files are included

BRAINGIT_PATTERN='*.md' ./scripts/commit_md_changes.sh

Behavior

  • Reads git status --porcelain -z
  • Stages only matching files (default *.md)
  • Commits only if something is staged
  • Exits 0 when there is nothing to do

Scripts

  • scripts/commit_md_changes.sh
  • Env:
  • BRAINGIT_REPO (default: cwd)
  • BRAINGIT_PATTERN (default: *.md)
  • BRAINGIT_DRY_RUN=1

References

  • references/protocol.md — conventions + an OpenClaw cron example

版本历史

共 1 个版本

  • v0.1.2 当前
    2026-03-30 07:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,874
developer-tools

Subagent Watchdog

gleb-urvanov
通过在截止时间前强制检查完成标记文件来监控子代理运行,若标记缺失则报警或退出。
★ 0 📥 851
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,690