We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running git stack --pull if I want to undo it asks me to do a: git branch-stash pop git-stack
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'.
git: 'branch-stash' is not a git command. See 'git --help'.
0.8.1
cargo install git-stack
${HOME}/.cargo/bin
git stack --pull
It would undo the latest rebases from the pull.
% 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>] %
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thank you! I fixed by doing cargo install git-branch-stash-cli
cargo install git-branch-stash-cli
d88c338
No branches or pull requests
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
cargo install git-stack
${HOME}/.cargo/bin
is in your path.git stack --pull
- Which rebases the branch on the updated protected branch successfully.git branch-stash pop git-stack
to attempt to undo the rebase.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
The text was updated successfully, but these errors were encountered: