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

Command aliases #101

Open
lptr opened this issue Sep 2, 2014 · 1 comment
Open

Command aliases #101

lptr opened this issue Sep 2, 2014 · 1 comment

Comments

@lptr
Copy link
Contributor

lptr commented Sep 2, 2014

Users should be able to define command aliases. Something like this in ~/.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.

@lptr
Copy link
Contributor Author

lptr commented Sep 2, 2014

cc @gymora

@fondasimone fondasimone mentioned this issue Sep 18, 2014
4 tasks
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