claude-code / mods /diff /hooks /git /git-base-modes /git-base-modes.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
00080b0 verified
Raw
History Blame Contribute Delete
220 Bytes
import type Types from '../types'
/**
* The comparisons git offers, in picker order: all three.
*/
export const GIT_BASE_MODES: readonly Types.BaseMode[] = Object.freeze([
'session',
'uncommitted',
'branch',
])