mirror of
https://github.com/morgan9e/blog
synced 2026-04-15 00:34:35 +09:00
5 lines
86 B
Bash
5 lines
86 B
Bash
|
|
git pull
|
||
|
|
git add $(git rev-parse --show-toplevel)
|
||
|
|
git commit -m 'Fix'
|
||
|
|
git push origin
|