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

Ability to set default options #70

Open
aSemy opened this issue Apr 12, 2021 · 2 comments
Open

Ability to set default options #70

aSemy opened this issue Apr 12, 2021 · 2 comments
Assignees

Comments

@aSemy
Copy link

aSemy commented Apr 12, 2021

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:

[alias]
	tree = "!gitree -m -c"

Usage:

image

@jpwilliams
Copy link
Owner

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

@jpwilliams jpwilliams self-assigned this Apr 12, 2021
@aSemy
Copy link
Author

aSemy commented Apr 12, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants