-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Is possible to disable some commands? #442
Comments
Well, not as of now. We must have a prompt in case of conflicts. //cc @spacewander |
Thanks, I just rename these two in |
@hemanth |
💯 |
@ooopscc |
Thanks. |
Long time no see, but for the record, I also ran into this now. I've been using [alias]
cp = cherry-pick I guess I'll have to If it was possible to somehow make aliases from |
fwiw, I was able to just mv |
I install git-extras from brew.
And I already map git-pr and git-pull-request to my own command. But this overrides mine.
Because I use Stash often instead of Github.
Is there a way to disable some of these, or make my command (alias in ~/.gitconfig) have a high priority?
Or just delete, rename those conflict ones from
/usr/local/bin
?Below is my script in git global config file
The text was updated successfully, but these errors were encountered: