Update Introduction to JOJ3
parent
d8b9580e33
commit
1bf12af6ba
|
@ -81,7 +81,7 @@ JOJ3 doesn't change the way to handle (open, create, review, and approve) Pull R
|
|||
|
||||
Add the following to your `.bashrc`
|
||||
```bash
|
||||
jojsubmit() { scope=$1; shift; git commit --allow-empty -m"test($scope): joj $@" && git push; }
|
||||
jojsubmit() { scope=$1; shift; git commit --allow-empty -m"test($scope): joj $@" && git push; }
|
||||
alias joj-submit=jojsubmit
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user