mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2025-01-06 09:53:52 +08:00
10 lines
238 B
Bash
10 lines
238 B
Bash
|
yarn run generate
|
||
|
|
||
|
git config --global user.name ikatyang-bot
|
||
|
git config --global user.email ikatyang+bot@gmail.com
|
||
|
git config --global push.default simple
|
||
|
|
||
|
git add --all
|
||
|
git commit -m "docs(readme): update emoji-cheat-sheet"
|
||
|
git push -q
|