5 // Created by Pieter de Bie on 14-10-08.
6 // Copyright 2008 Pieter de Bie. All rights reserved.
9 #import <Cocoa/Cocoa.h>
10 #import "PBGitBinary.h"
11 #import "PBEasyPipe.h"
13 @interface PBGitConfig
: NSObject
{
14 NSString
*repositoryPath
;
18 - initWithRepository
:(NSString
*)path
;