git-subtrac
git-subtrac copied to clipboard
Keep the content for your git submodules all in one place: the parent repo.
* Add `./git-fix-modules.sh`, a more helpful replacement for `git submodule update --init`. * Add TUTORIAL.md * Add test TODO for later PRs: * [ ] remove `url = .` suggestion...
Hey! I've run into a segfault when trying to do `git subtrac update`: ```text Scanning branch: refs/heads/master panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
This happened on a fresh git repo with just one commit. Go version: `go version go1.13.8 linux/amd64` Error message: ``` Scanning branch: refs/heads/master Searching submodules for: refs/heads/master/audit-trigger@701646cc2c 70164 6cc2cb937c525cd939ad3329cbd4eb95e0c panic:...
`tryFetchFromSubmodules` has a format string error: ``` for i := range repos { subpath := paths[i] subr := repos[i] c.infof(" path=%q subr=%q\n", subpath, subr) ``` Outputs: ``` Searching submodules for:...
After running `git-subtract --auto-exclude update` I was trying to update my submodules to their latest commits. The Readme states that all the `git submodule` commands keep working, so I tried...
I'm having issues getting git-subtrac to work with my repo https://github.com/telotortium/emacs.d, which uses several submodules. After running `git clone https://github.com/telotortium/emacs.d` and `git submodule update --init --recursive` inside the repo, I...
Currently, README seems quite clear ... for people knowing the nuts and bolts of git. But for not-so-good developers (like me), things seems a little ... opaque. Can you add...
```fish ❯ go version go version go1.20.2 darwin/arm64 ❯ go install github.com/apenwarr/git-subtrac go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/apenwarr/git-subtrac@latest'...
I have described my situation [here](https://stackoverflow.com/q/75191754/1271772). It seems clear that if the "shared folders" were `submodules`, `subtrees`, or `subrepos`, then Repo 1 and Repo 2 can both enjoy possession of...