Funny Joker Git
Funny Joker Git 是一个面向 VS Code 和 TortoiseGit 工作流的轻量 Git 辅助插件。
功能
- 自动检测 Git 和 TortoiseGitProc 是否可用。
Sync 同步:使用 TortoiseGitProc.exe /command:sync 打开同步窗口。
commit Res:使用 TortoiseGitProc.exe /command:commit 提交配置的 Res 目录。
commit Res/xby/script:使用 TortoiseGitProc.exe /command:commit 提交配置的脚本目录。
log 当前日志:使用 TortoiseGitProc.exe /command:log 打开当前文件日志。
U3DFishing 更新协议:执行配置的 potoUpdate.bat 脚本。
pull 拉取:已由原来的 gitpull.bat 改为插件内执行 git stash、git pull --rebase、git stash pop。
U3DFishing 目录 / 打开文件位置:使用 VS Code/系统能力打开目录或定位文件。
设置项
funnyJokerGit.workDirectory:Git 项目的工作目录。留空时使用当前 VS Code 工作区目录。
funnyJokerGit.gitPath:Git 可执行文件路径。环境变量已配置时填 git;否则填写 git.exe 完整路径。
funnyJokerGit.tortoiseGitPath:TortoiseGitProc.exe 所在目录或完整路径。留空时从环境变量 PATH 查找。
funnyJokerGit.autoCheckGitOnStartup:插件启动后是否自动检测 Git 和 TortoiseGitProc。
funnyJokerGit.protocolUpdateScriptPath:协议更新脚本路径,默认留空,需要使用时在设置中填写。
funnyJokerGit.resRelativePath:commit Res 的相对路径,默认 Assets\Res。
funnyJokerGit.scriptRelativePath:commit Res/xby/script 的相对路径,默认 Assets\Res\xby\script。
| |