Description
Return the root directory of the git repository
Usage
$string = oikb_is_git( $source_dir );Parameters
- $source_dir
- ( string ) required –
Returns
string Git dirSource
File name: oik-batch/oik-list-previous-files.phpLines:
1 to 6 of 6
function oikb_is_git( $source_dir ) { $git = git(); $git_dir = $git->is_git( $source_dir ); return( $git_dir ); }View on GitHub
Called by
1 to 2 of 2
