Files
test/frontend/static/languages/git.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

59 lines
764 B
JSON

{
"name": "git",
"noLazyMode": true,
"words": [
"git",
"add",
"branch",
"checkout",
"clean",
"clone",
"commit",
"config",
"fetch",
"init",
"log",
"merge",
"pull",
"push",
"rebase",
"reflog",
"remote",
"revert",
"status",
"diff",
"help",
"notes",
"restore",
"reset",
"rm",
"mv",
"cd",
"ls",
"mergetool",
"stash",
"tag",
"switch",
"worktree",
"head",
"origin",
"master",
"main",
"develop",
"submodule",
"show",
"difftool",
"blame",
"grep",
"lfs",
"archive",
"bundle",
"build",
"cherrypick",
"@",
"-f",
"--force-if-includes",
"--force-with-lease"
]
}