mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-13 10:28:16 +08:00
10 lines
257 B
Bash
10 lines
257 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 origin HEAD:master
|