Skip to content
New issue

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

don't push the stashes if there isn't any #27

Merged
merged 1 commit into from
Aug 18, 2017

Conversation

bricewge
Copy link
Contributor

If you did a git fire in a repo without any stash you would get this error:

fatal: ambiguous argument 'stash': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

If you did a `git fire` in a repo without any stash you would get this error:
```
fatal: ambiguous argument 'stash': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
```
@qw3rtman qw3rtman merged commit 8f223eb into qw3rtman:master Aug 18, 2017
@qw3rtman
Copy link
Owner

Thanks for fixing this, @bricewge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants