- 博客(3)
- 收藏
- 关注
原创 Items2主题
最终展示效果图 配置过程 一、前提准备 GitHub下载地址: https://github.com/witEngine/ItemsConfig/tree/main 1.1 准备字体 Knack Regular Nerd Font Complete.ttf devicons-regular.ttf octicons-regular.ttf Roboto Mono for Powerline.ttf fontawesome-regular.ttf pomicons-regular.ttf progra
2021-06-04 18:12:29
496
转载 mac终端下使用sed命令,报错“command a expects \ followed by text”
https://blog.youkuaiyun.com/fdipzone/article/details/51253955
2021-02-20 18:44:53
974
原创 Git的常用操作
1. git拉取远程仓库 1 git clone 远程仓库地址 2 3 #拉取远程指定分支 4 git clone -b 分支名 仓库地址 2. git提交操作 1 git add . # 添加所有修改 2 git commit -m "备注" # 提交修改到本地仓库 3 git push origin 远程分支名 # 提交到指定的远程分支 3. 分支操作 1 git branch # 查看所有分支 2 git checkout -b 分支名 # 创建并切换到对应分支 4.
2021-02-16 10:30:02
120
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人