git-workflows skillA
git-workflows is agent-read markdown (skill) from cuhk-aim-group/neurodiscovery: Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Git Workflows Advanced git operations for real-world development. Covers interactive rebase, bisect, worktree, reflog recovery, subtrees, submodules, sparse checkout, conflict resolution, and monorepo patterns. ## When to Use - Cleaning up commit history before merging (interactive rebase) - Finding which commit introduced a bug (bisect) - Working on multiple branches simultaneously (worktree) - Recovering lost commits or undoing mistakes (reflog) - Managing shared code across repos (subtree/submodule) - Resolving complex merge conflicts - Cherry-picking commits across branches or forks - Working with large monorepos (sparse checkout) ## Interactive Rebase ### Squash, reorder, edit commits ```bash # Rebase last 5 commits interactively git rebase -i HEAD~5 # Rebase onto main (all commits since diverging) git rebase -i main ``` The editor opens with a pick list: ``` pick a1b2c3d Add user model pick e4f5g6h Fix typo in user model pick i7j8k9l Add user controller pick m0n1o2p Add user routes pick q3r4s5t Fix import in controller ``` Commands available: ``` pick = use commit as-is reword = use commit but edit the message edit = stop after this commit to amend it …
Read the whole file at its exact version.
How to install
mdr add cuhk-aim-group/neurodiscovery/git-workflows@git:20260506.86420c0mdr add cuhk-aim-group/neurodiscovery/git-workflows@sha256:ec6cbf204e442d48Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_rw2lwl5pjqhjbwjr)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260506.86420c0 latest | 2026-05-06 | 86420c0 | 13,638 B | A | view · diff |
| git:20260505.e9ddd22 | 2026-05-05 | e9ddd22 | 13,750 B | A | view · diff |
| git:20260404.fa7f354 | 2026-04-04 | fa7f354 | 13,686 B | A | view · diff |
| git:20260325.72d2cbf | 2026-03-25 | 72d2cbf | 13,655 B | A | view · diff |
| git:20260325.df6f256 | 2026-03-25 | df6f256 | 13,371 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (13638 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
cuhk-aim-group/neurodiscovery · 91 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_rw2lwl5pjqhjbwjr GET https://markdownregistry.com/api/v1/resolve?ref=cuhk-aim-group/neurodiscovery/git-workflows GET https://markdownregistry.com/api/v1/blob/ec6cbf204e442d480ac600014f5a87cc60e4c78b7216d6fb862609c7db689301
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from cuhk-aim-group/neurodiscovery
Every file in cuhk-aim-group/neurodiscovery