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

Option to squash all commits into one #94

Open
eggplants opened this issue Sep 11, 2022 · 2 comments
Open

Option to squash all commits into one #94

eggplants opened this issue Sep 11, 2022 · 2 comments

Comments

@eggplants
Copy link

Especially if this Action is executed daily, the gist's commit log will be huge. (example)

For this reason, I would like an option to squash all commits into one like: git reset $(git commit-tree 'HEAD^{tree}' -m "squashed")

@exuanbo
Copy link
Owner

exuanbo commented Sep 12, 2022

How about an option like keep_history?

@eggplants
Copy link
Author

Boolean keep_history (default: true) is desirable.

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

No branches or pull requests

2 participants