|
|
|
|
|
by andredieb
5466 days ago
|
|
I'm not sure but I think he meant creating an alias, such as git task. For instance, your commands could be: git task list git task new "Fix homepage styling" That can be achieved if you put something like this on .gitconfig: [alias] task = !tigger |
|