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
Users should be able to define command aliases. Something like this in ~/.prideconfig:
~/.prideconfig
alias.git.incoming = git remote update -p; git log ..@{u} alias.svn.incoming = svn log -r BASE:HEAD
And then the user can do this:
pride do incoming
Or maybe:
pride incoming
It's a question how one can specify different commands for different repo types.
The text was updated successfully, but these errors were encountered:
cc @gymora
Sorry, something went wrong.
No branches or pull requests
Users should be able to define command aliases. Something like this in
~/.prideconfig
:And then the user can do this:
Or maybe:
It's a question how one can specify different commands for different repo types.
The text was updated successfully, but these errors were encountered: