GitUtil Help
- Run once to setup config with required values, then optionally open
GitUtil.configand set any optional values. - The first worktree creation per repo can take a minute or two for large repos.
- Does not currently work for remotes using SSH keys with passphrases.
Do not choose Use output window since input is required. For faster operations use the quickfix2 command instead of quickfix. It invokes git cli directly instead of using lib2git.
quickfix2 -r $(ItemPath) -f $(ItemPath) -l $(CurLine) -c $(CurCol)
quickfix2 -r $(ItemPath) -f $(ItemPath) -l $(CurLine) -c $(CurCol) --clean
quickfix2 -r $(ItemPath) -f $(ItemPath) -l $(CurLine) -c $(CurCol) --ask-for-issue-id
quickfix2 --repo $(SolutionDir) --file $(ItemPath) --line $(CurLine) --column $(CurCol) --command1 "C:\Program Files\Git\git-bash.exe" --args1 {dash}{dash}cd="{RepoFolder}"