get_git_command

Function get_git_command 

Source
pub const fn get_git_command() -> &'static str
Expand description

Returns the appropriate Git command name for the current platform.

Returns "git.exe" on Windows, "git" on Unix-like systems.