SKILL_MD
Git
by wuyumin
11

1. 在项目目录下执行:git rm -r --cached .idea/ 2. 将 .idea/ 添加到 ignore 文件 3. 其它原理类似

Safe-ishScanned
SKILL_MD
VSCode
by wuyumin
11

vi sshagent.sh bash eval $(ssh-agent -s) /dev/null ssh-add ~/.ssh/ided25519 查看所有ssh-add -l 删除单个ssh-add -d ~/.ssh/ided25519 删除所有ssh-add -D 会自动设置SSHAUTHSOCK环境变量

ShellScanned
SKILL_MD
GoLand
by wuyumin
11

基于 IntelliJ 框架的软件大多数的技巧是相似的,比如 IntelliJ IDEA、PyCharm、Android Studio、PhpStorm 等软件的技巧大多数能用到 GoLand 上,同理,GoLand 的技巧也大多数能应用到基于 IntelliJ 框架的软件。

Safe-ishScanned