Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
joyful pandas 和 rime
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyLee3362 committed Jul 26, 2024
1 parent d740c0c commit 6524dc6
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/posts/github/joyful-pandas/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: joyful-pandas 仓库
title: Github开源项目 Joyful Pandas 阅读笔记
date: 2024-04-06T00:52:55+08:00
draft: true
author: JackyLee
tags: []
categories: ["Github", "教程"]
tags: ["python"]
categories: ["github", "教程"]
comment: true
---

Expand Down
20 changes: 20 additions & 0 deletions content/posts/rime/how-to-set-up-rime/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: How to Set Up Rime
date: 2024-04-19T00:11:05+08:00
draft: true
author: JackyLee
tags: [rime, c, c++]
categories: [输入法]
comment: true
---

## Rime

### 小狼毫

一些问题:如何取消 ctrl+grave 的快捷键
如何切换 ascii mode
雾凇输入法的配置
vscode 的 vim 模式
[weasel.yaml 速查 · rime/weasel Wiki](https://github.com/rime/weasel/wiki/weasel.yaml-%E9%80%9F%E6%9F%A5)
mac 上要怎么配置
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@ Warning: 使用完 stash 后,并没有形成一个提交

## 2 远程分支相关

### 2.1 克隆指定分支

```shell
git clone [git-repo] -b [branch-name]
# 或者
git clone -b [branch-name] [git-repo]
```

### 2.2 clone 时选择 http 协议 和 ssh/git 协议 的区别

http: 无需身份验证

ssh: 需要 ssh 密钥

### 2.1 删除远程分支

远程分支已删除,本地仍然保留远程分支,如何清理过期的分支
Expand All @@ -79,7 +93,7 @@ git remote prune origin

### 2.2 gitmodules 相关

gitmodule 是第一次遇到,有点抽象的,不过不用管,先酱
gitmodules 是第一次遇到,有点抽象的,不过不用管,先酱

删除 `gitmodules`

Expand Down

0 comments on commit 6524dc6

Please sign in to comment.