Git 在 macOS 中忽略所有 .DS_Store 文件

原文地址: https://blog.ichr.me/post/git-ignore-all-ds-store-on-mac/ 收藏时间: 2022-08-02 10:03:06 文章分类: /Git 文章标签:GIt,软件操作,mac,macos,.ds_store,git,gitignore,glo...

Hugo笔记

hugo server -t PaperMod -D PaperMod为主题名字,可替换 hugo server -D 起服务预览 hugo -D 编译 本地启动hugo,带IP hugo server –bind=192.168.255.106 –baseURL=http://192.168.255.106:1313 -D -D 草稿也会发布出来,如果不要草稿,取消...

 | 创建: 2022/07/27 | 更新: 2024/06/20 |  作者:  我欲齐天

git笔记

遇到git配置变更,请清理缓存 git rm -r –cached . 查看配置 git config –list 查看设置值 设置保存密码 git config –global credential.helper store 修改ssh到https git remote set-url origin https://xxxxxxx 修改远程分支 推送指定分...

 | 创建: 2022/06/24 | 更新: 2024/06/20 |  作者:  老五

git提交本地分支到远程分支

外链:git提交本地分支到远程分支 外链:git 常用命令(含删除文件) ****Git常用操作命令收集: 1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git 查看...

 | 创建: 2022/06/24 | 更新: 2024/06/20 |  作者:  老五