pub const fn get_git_command() -> &'static str
Returns the appropriate Git command name for the current platform.
Returns "git.exe" on Windows, "git" on Unix-like systems.
"git.exe"
"git"