We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to be able set the default options.
For now I've created a git alias
zsh:
git config --global alias.tree "\!gitree -m -c"
./git/config file:
./git/config
[alias] tree = "!gitree -m -c"
Usage:
The text was updated successfully, but these errors were encountered:
I'll be harsh and say that the git alias you've created is probably the best way to do this!
A really nice little snippet to have though; I'll use to issue to make sure that it's added to the README.md for other users. <3
README.md
Sorry, something went wrong.
It's not harsh at all :) I thought I'd leave an issue in any case so that other people can see it's an option.
jpwilliams
No branches or pull requests
It would be nice to be able set the default options.
For now I've created a git alias
zsh:
git config --global alias.tree "\!gitree -m -c"
./git/config
file:Usage:
The text was updated successfully, but these errors were encountered: