9 lines
121 B
V
9 lines
121 B
V
module gittools
|
|
|
|
pub fn (mut repo GitRepo) check() ! {
|
|
repo.init()!
|
|
// if repo.lfs()! {
|
|
// repo.lfs_check()!
|
|
// }
|
|
}
|