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 squash option to git-feature #829

Merged
merged 5 commits into from
Apr 5, 2020
Merged

add squash option to git-feature #829

merged 5 commits into from
Apr 5, 2020

Conversation

cpradog
Copy link
Contributor

@cpradog cpradog commented Apr 3, 2020

No description provided.

@@ -40,7 +44,7 @@ git-feature(1) -- Create/Merge feature branch
$ git features dependencies
$ (features/dependencies) ...
$ (features/dependencies) git checkout master
$ git features finish dependencies
$ git features finish --squash dependencies
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we can show both commands with/without squash in the example?
Like git features finish dependencies # Or 'git features finish --squash dependencies'

And it would be better if you can compare the default merge mode with the squash one in the documentation.

@cpradog cpradog requested a review from spacewander April 5, 2020 00:45
@spacewander spacewander merged commit db3389a into tj:master Apr 5, 2020
@spacewander
Copy link
Collaborator

@cpradog
Merged. Thank you!

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.

2 participants