2024年06月12日 16:36:07

2024年05月15日 08:48:13

git快速帮助

克隆当前仓库

git clone 仓库地址

从命令行创建一个新的仓库

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin <remote>
git push -u origin main

从命令行推送已经创建的仓库

先添加仓库地址<remnote>:

git remote add origin <remote>

如果仓库和本地都有内容,需要先拉取,在推送,拉取命令:

git pull <remote> <branch> --allow-unrelated-histories

使用--allow-unrelated-histories选项来允许合并不相关历史

拉取后,手动进行merge后,再推送代码

git push -u origin main

2024年04月29日 14:04:17

六零导航页
六零导航页 (LyLme Spage) 致力于简洁高效无广告的上网导航和搜索入口,支持后台添加链接、自定义搜索引擎,沉淀最具价值链接,全站无商业推广,简约而不简单。
PHP+MySQL
演示站点:https://hao.lylme.com
GitHub:https://github.com/LyLme/lylme_spage/

2024年04月28日 09:48:34

简单搜索:
简介:一个简单的前端界面,包含各种导航首页
地址:https://github.com/5iux/sou

2024年04月28日 09:46:24

免费申请泛域名(90天一续签,续签免费):
https://www.joyssl.com/

2024年04月23日 10:56:22

物联网基础开发平台

文档地址:https://open-iita.feishu.cn/wiki/Km67wBKNNiFMrMkldCJcxa6vnLe

项目地址:https://gitee.com/open-iita/

2024年04月12日 16:47:04

2024年04月02日 16:59:39

二维码生成器(扫描二维码跳转网站):
https://cli.im/url?5fdc5089e636989853c4b3fd1112c8ad
ASCII艺术字(英文或中文转换成ASCII艺术字):
https://www.bootschool.net/chinese-to-ascii

2023年07月19日 20:29:35

嘿嘿

2023年06月20日 15:53:48

测试