Update Introduction to JOJ3

manuel 2024-10-08 18:32:57 +08:00
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` Add the following to your `.bashrc`
```bash ```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 alias joj-submit=jojsubmit
``` ```