0%

About

这是一个about,暂时就这样吧。

听首歌吧

放一些我的常用命令

部署到GitHub pages

1
hexo clean && hexo g && hexo d

部署本地

1
hexo clean && hexo g && hexo s

电脑在cmd用ssh连手机:

1
ssh  u0_a103@192.168.31.67 -p 8022

git 回滚

1
2
3
4
git log --all --graph --oneline     //查看快照
git reflog

git reset --hard 版本号 //回滚快照