git-hub基本流程
程序员文章站
2024-02-26 13:44:04
...
git clone https://github.com/tonychacon/blink
cd blink
git checkout -b slow-blink
git diff --word-diff
git commit -a -m 'three seconds is better'
git push origin slow-blink