一些经常需要查的命令记录

需要一种好的笔记管理方案

仓库级设置

方案1: 环境变量:

GIT_SSH_COMMAND='ssh -i ~/.ssh/id_ed25519_for_1' git push

方案2: 设置到 .git/config中, 使用命令

git config core.sshCommand 'ssh -i ~/.ssh/id_ed25519_for_2'