Add p alias for push in justfile
This commit is contained in:
parent
e6dacd5e66
commit
3b515324a2
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ alias lw := lint-watch
|
|||
push: check
|
||||
git push
|
||||
|
||||
alias p := push
|
||||
|
||||
# RUN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue