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

Add --include-untracked option to hit stash command #150

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

mstruebing
Copy link
Contributor

closes #144

Copy link
Contributor

@hint-man hint-man bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no place for me here... I will choose the truth I like.

@mstruebing mstruebing force-pushed the 144/stash branch 2 times, most recently from 11487cb to 578e8ca Compare March 6, 2020 15:40
"git" ["add", "."]
"git" ["stash"]
"git" ["stash", "--include-untracked"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After adding this option you can remove git add .. So now this will be a single command instead of two commands, that was the motivation behind this issue.

@chshersh
Copy link
Contributor

It looks like HLint is failing on CI

Copy link
Contributor

@chshersh chshersh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@chshersh chshersh merged commit b719142 into kowainik:master Mar 12, 2020
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.

Use [-u|--include-untracked] option in 'hit stash'
2 participants