[2022.03] GitHub 加速终极教程 2022年03月28日 Allen Hua 10600 前言 阅读完此文后,建议读者阅读我在 V2EX 发表的 **[这篇帖子](https://www.v2ex.com/t/843383)** ,评论区有其他网友分享的很好的意见值得参阅 :) 本文意图解决使用 GitHub 访问(https) 或者 ... 阅读全文 18 评论
基于 imgkb.com 图床开发了一个 PicGo 插件 2022年03月21日 Allen Hua 2078 2022-03-22 update 下篇: 写了一个适配兰空图床 Lsky Pro 的 PicGo 图片上传插件 picgo-plugin-imgkb 这是一个基于 imgkb.com 图床的 PicGo 图片上传插件。基于 PicGo V2.3.0 ... 阅读全文 0 评论
在 vscode 默认终端 PowerShell 快速打开当前路径下的 Git Bash 窗口 2022年03月02日 Allen Hua 1448 2022-03-03 update 为 PowerShell 设置 alias 然后可以直接输入 gitbash 打开当前路径下的 Git Bash 窗口。 vscode 默认终端是 PowerShell,当然了这个可以更改,可以改成 Windows ... 阅读全文 0 评论
使用 docker 搭建一个 gitea 服务(包含邮件通知等细节说明) 2022年01月10日 Allen Hua 3111 在网上可以搜到很多关于 docker 安装 gitea 服务的教程,但是很多都没有说明以下细节情况 容器暴露的 web 端口和 ssh 端口怎么使用?在gitea 安装过程中如何填写配置 邮件的相关配置 网站基础URL等 2022-03-02 u... 阅读全文 0 评论
分享一个 git add、git commit、git push 的快捷工作流工具 2021年07月04日 Allen Hua 1183 gitpushworkflow feature description: git add . and git commit -m and git push workflow 一个不是那么复杂的 git add .、git commit -m 'xxx'... 阅读全文 0 评论