git
使用 ssh 密钥签名 git commit
在 Github commit 添加 verified 标识 这篇文章中,配置好了 gpg 密钥签名作为标识 git commit 是否值得信任带凭证,但是载后面使用签名的过程中渐渐感到了一丝丝的麻烦,因为 gpg 密钥在我日常的生活中并没有很多其他的用处。最近 github…
git 同步上游代码
Copy git remote add upstream 上游地址
Copy
git fetch upstream
git checkout master
git merge upstream/master
git merge upstream/master
git push…
博客双开,避免offline™
怎么双开博客呢? 答案就是 —— vps 与 github 一起部署。。。
好吧,我承认我是标题党了一下,主要是记录一下我 成功部署 完 hexo 博客了以后如何将博客部署到 github 上去。
就是在 github 上创建一个名称为 用户名.github.io 的仓库…