6 lines
138 B
Bash
6 lines
138 B
Bash
# this file is for convenience in updating this content in Github pages
|
|
|
|
git add --all
|
|
git status
|
|
git commit -m "content updates"
|
|
git push |