gabriel / muse public
feat patch task/git-backup-use-copy-04 #5 / 7
AI Agent gabriel · 11 days ago · Jul 7, 2026 · Diff

feat: split github-push into github-push-muse/github-push-musehub; use https not SSH

Splitting matches the existing replay-muse/replay-musehub pattern -- lets gabriel push just the muse backup without touching musehub's (which may not exist yet). Also switched the remote URL from [email protected]: (SSH) to https://github.com/ -- gh auth status reports the configured git protocol as https, which uses gh's own credential helper; the SSH form would have required separate key setup that was never confirmed present.

sha256:f8f0710984d598df70394ffd024f359901c0571bd9dff90e65f91f2211f9691d sha
+5 ~1 symbols
sha256:f53c89abcc501c5f8c2a5c0f0f22fc00a99e8c30fc46f418390e52ddceecf464 snapshot
+5
symbols added
~1
symbol modified
0
dead code introduced
Semantic Changes 6 symbols
~ scripts/muse-git-backup.sh .sh 5 symbols added, 1 symbol modified
+ _github_push_one function function _github_push_one L151–165
+ cmd_github_push_muse function function cmd_github_push_muse L167–169
+ cmd_github_push_musehub function function cmd_github_push_musehub L171–173
+ description variable variable description L152–152
+ gh_repo variable variable gh_repo L152–152

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:f8f0710984d598df70394ffd024f359901c0571bd9dff90e65f91f2211f9691d --body "your comment"