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

Improved git dunk alias #21

Closed
jrpie opened this issue Jan 10, 2023 · 1 comment
Closed

Improved git dunk alias #21

jrpie opened this issue Jan 10, 2023 · 1 comment

Comments

@jrpie
Copy link

jrpie commented Jan 10, 2023

I would suggest to use

git config --global alias.dunk '!git_dunk() { git diff $* | dunk; }; git_dunk'

instead of the alias in the README as this allows git dunk to be used in the same way as git diff, i.e. it enables git dunk abcde or git dunk abcde 12345

@jrpie
Copy link
Author

jrpie commented Jan 16, 2023

identical to #13

@jrpie jrpie closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2023
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

1 participant