<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>忆秉拾瑜</title>
  <icon>https://ngshiyu.github.io/blog/images/favicon.ico</icon>
  <subtitle>不一定信达雅，只在乎积寸进！</subtitle>
  <link href="https://ngshiyu.github.io/blog/atom.xml" rel="self"/>
  
  <link href="https://ngshiyu.github.io/blog/"/>
  <updated>2026-06-30T07:16:21.609Z</updated>
  <id>https://ngshiyu.github.io/blog/</id>
  
  <author>
    <name>拾瑜</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>使用 Duti 管理 MacOS 的默认应用设置</title>
    <link href="https://ngshiyu.github.io/blog/dd66b4717f69/"/>
    <id>https://ngshiyu.github.io/blog/dd66b4717f69/</id>
    <published>2025-11-29T08:35:41.000Z</published>
    <updated>2026-06-30T07:16:21.609Z</updated>
    
    
    <summary type="html">使用 duti 管理 MacOS 的默认应用设置
duti 是一个命令行工具，能够使用 Apple 的 .dupset 功能为 macOS 上的各种文档类型设置默认应用程序。 统一类型标识符 Uniform Type Identifiers 。UTI 是一个唯一字符串，用于描述文件内容的格式。 例如，一个 Microsoft Word 文档的 UTI 为 com.microsoft.word.doc 。 duti 用户可以更改哪个应用程序充当给定 UTI 的默认处理程序。

 安装（使用 Homebrew）
1


brew install duti


 使用 duti 的前置便利设置
| </summary>
    
    
    
    <category term="速查手册" scheme="https://ngshiyu.github.io/blog/categories/%E9%80%9F%E6%9F%A5%E6%89%8B%E5%86%8C/"/>
    
    <category term="实用工具" scheme="https://ngshiyu.github.io/blog/categories/%E5%AE%9E%E7%94%A8%E5%B7%A5%E5%85%B7/"/>
    
    <category term="MacOS" scheme="https://ngshiyu.github.io/blog/categories/%E5%AE%9E%E7%94%A8%E5%B7%A5%E5%85%B7/MacOS/"/>
    
    
    <category term="速查手册" scheme="https://ngshiyu.github.io/blog/tags/%E9%80%9F%E6%9F%A5%E6%89%8B%E5%86%8C/"/>
    
    <category term="MacOS" scheme="https://ngshiyu.github.io/blog/tags/MacOS/"/>
    
    <category term="实用工具" scheme="https://ngshiyu.github.io/blog/tags/%E5%AE%9E%E7%94%A8%E5%B7%A5%E5%85%B7/"/>
    
  </entry>
  
  <entry>
    <title>Git 常用命令学习</title>
    <link href="https://ngshiyu.github.io/blog/69555eaa0778/"/>
    <id>https://ngshiyu.github.io/blog/69555eaa0778/</id>
    <published>2025-11-18T06:15:18.000Z</published>
    <updated>2026-06-30T07:16:21.609Z</updated>
    
    
    <summary type="html">Git
 基础命令
 git commit
 * Git 提交当前本地仓库代码

 [git add .]
 * 提交当前的文件到临时仓库

 git checkout -b [branchName] [sourceBranchName]
 * Git 创建并且切换到分支
 * sourceBranchName 不为空的时候可以指定源代码分支

 git checkout [branchName]
 * Git 切换分支

 git fetch [branchName]
 * Git 下载最新代码（一般有 upstream 的时候使用）

 git merge [branchName]
 * </summary>
    
    
    
    <category term="学习笔记" scheme="https://ngshiyu.github.io/blog/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    <category term="速查手册" scheme="https://ngshiyu.github.io/blog/categories/%E9%80%9F%E6%9F%A5%E6%89%8B%E5%86%8C/"/>
    
    <category term="开发工具" scheme="https://ngshiyu.github.io/blog/categories/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/"/>
    
    <category term="版本控制系统 (VCS)" scheme="https://ngshiyu.github.io/blog/categories/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E7%B3%BB%E7%BB%9F-VCS/"/>
    
    <category term="Git" scheme="https://ngshiyu.github.io/blog/categories/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E7%B3%BB%E7%BB%9F-VCS/Git/"/>
    
    
    <category term="版本控制系统 (VCS)" scheme="https://ngshiyu.github.io/blog/tags/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E7%B3%BB%E7%BB%9F-VCS/"/>
    
    <category term="Git" scheme="https://ngshiyu.github.io/blog/tags/Git/"/>
    
    <category term="速查手册" scheme="https://ngshiyu.github.io/blog/tags/%E9%80%9F%E6%9F%A5%E6%89%8B%E5%86%8C/"/>
    
  </entry>
  
  <entry>
    <title>Hexo + Github Pages 搭建个人博客</title>
    <link href="https://ngshiyu.github.io/blog/f7d29d701540/"/>
    <id>https://ngshiyu.github.io/blog/f7d29d701540/</id>
    <published>2025-11-09T10:24:45.000Z</published>
    <updated>2026-06-30T07:16:21.609Z</updated>
    
    
    <summary type="html">NGshiyu/blog

Shiyu&#39;s Blog Sources Repository Stylus 0  写在最前
感谢开源世界和 AI 的发展，让我由于懒一直搁置的计划，得以实现！！！🙏🙏🙏🙏

 碎碎念
从踏入互联网开发领域的起始，就一直有建立个人博客和个人知识库的想法， 个人知识库建立经历过从 OneNote-Notion-Obsidian-Github, 也算是积累了一些东西，但是个人博客却一直由于各种自我找理由而迟迟没有推进。

在一个忙里偷闲的周末下午，我突然想起来了老师的一段话，大意是： 作为一名开发者，强烈建议大家坚持写博客，不管你是在哪里写，一定要动起来， 一是</summary>
    
    
    
    <category term="搞七捻三" scheme="https://ngshiyu.github.io/blog/categories/%E6%90%9E%E4%B8%83%E6%8D%BB%E4%B8%89/"/>
    
    <category term="个人博客" scheme="https://ngshiyu.github.io/blog/categories/%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2/"/>
    
    
    <category term="Hexo" scheme="https://ngshiyu.github.io/blog/tags/Hexo/"/>
    
    <category term="Next" scheme="https://ngshiyu.github.io/blog/tags/Next/"/>
    
    <category term="Blog" scheme="https://ngshiyu.github.io/blog/tags/Blog/"/>
    
    <category term="GitHub Pages" scheme="https://ngshiyu.github.io/blog/tags/GitHub-Pages/"/>
    
  </entry>
  
</feed>
