I would like to use shortcuts or aliases for git commands.
git diff
git status
git push
git pull
git stash
git branch -a
How do I create shortcuts or aliases, is there a predefined list?
|
I would like to use shortcuts or aliases for git commands.
How do I create shortcuts or aliases, is there a predefined list? |
|||
|
|
|
Put this into your
You can add as much as you want |
|||
e.g.
(Without |
|||
|
|
|
You can also add them to your See http://ozmm.org/posts/git_bash_aliases.html for an example. |
|||
|
|