git-nomad icon indicating copy to clipboard operation
git-nomad copied to clipboard

Synchronize work-in-progress git branches in a light weight fashion

Results 9 git-nomad issues
Sort by recently updated
recently updated
newest added

More important, it would be useful to provide tab completions for things like `git checkout refs/nomad/*`. https://github.com/rraval/nix/blob/23172a3ae878650c02f2748f5fad7e2da39d0c7f/box/nixos/fish.nix#L19 has something that works for fish. --- Less important, it be nice to...

Tab completion scripts may wish to execute `git-nomad` in non-`.git` directories and it's annoying to have to redirect stderr. ``` $ git-nomad ls --print=ref --quiet Error: command failure $ cd...

`git nomad sync` assumes a single coordination repository. Example: ```mermaid flowchart BT node1 origin node2 origin node3 origin ``` There should be a decent workflow for multi-remote setups: ```mermaid flowchart...

Right now we print everything by delegating to `git nomad ls`. Also, here's what `git fetch origin` puts out, look to mimic the format: ``` From github.com:rraval/repo 909a311..b5f4895 master ->...

We currently hand roll our own printing. It would be nice to reuse `git log --oneline -1 refs/nomad//` to have git format each ref. Ideas: --- The `%S` format specifier...

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.38. Release notes Sourced from clap's releases. v4.5.38 [4.5.38] - 2025-05-11 Fixes (help) When showing aliases, include leading -- or - v4.5.37 [4.5.37] - 2025-04-18...

dependencies
rust

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.50. Commits d8acd47 chore: Release 7c2b8d9 docs: Update changelog e69a2ea Merge pull request #5987 from mernen/fix-bash-comp-words-loop e03cc2e Merge pull request #5988 from cordx56/fix-builder-custom-version-docs 5ab2579 fix:...

dependencies
rust

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.97 to 1.0.98. Release notes Sourced from anyhow's releases. 1.0.98 Add self.into_boxed_dyn_error() and self.reallocate_into_boxed_dyn_error_without_backtrace() methods for anyhow::Error (#415) Commits 709fe86 Release 1.0.98 cbc1ad2 Merge pull request #415...

dependencies
rust