gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
496 stars 19 forks source link

git branch-stash command not found. #221

Closed fuel-wlightning closed 2 years ago

fuel-wlightning commented 2 years ago

Please complete the following tasks

Description

After running git stack --pull if I want to undo it asks me to do a: git branch-stash pop git-stack

When I try to run this command, git says: git: 'branch-stash' is not a git command. See 'git --help'.

Version

0.8.1

Steps to reproduce

Actual Behaviour

git: 'branch-stash' is not a git command. See 'git --help'.

Expected Behaviour

It would undo the latest rebases from the pull.

Debug Output

% git -vv branch-stash pop git-stack
unknown option: -vv
usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           [--super-prefix=<path>] [--config-env=<name>=<envvar>]
           <command> [<args>]
% 
epage commented 2 years ago

Yes,, this has now been split out into a separate repo / crate. I still need to update the documentation to reflect that.

See https://github.com/gitext-rs/git-branch-stash

fuel-wlightning commented 2 years ago

Thank you! I fixed by doing cargo install git-branch-stash-cli