gitStatusCmd top-level constant
String
const gitStatusCmd
Shell command to get git status.
Implementation
const String gitStatusCmd = 'git status';
Shell command to get git status.
const String gitStatusCmd = 'git status';