Skip to main content

GIT_NOT_A_REPOSITORY

Constant GIT_NOT_A_REPOSITORY 

Source
pub const GIT_NOT_A_REPOSITORY: &str = "not a git repository";
Expand description

The phrase Git uses when the path it was pointed at is not a working tree at all.

Same reasoning as GIT_DUBIOUS_OWNERSHIP: one cause, one fix, one paragraph.