Skip to contents

Creates a new git repository at the given path

Usage

ic_new_git(dirpath)

Arguments

dirpath

File to be created.

Examples

if (FALSE) {
ic_new_git("some directory path")
}