Add --init and --clone to gitx CLI and Applescript

Allows creating repositories from the command line, Applescript, or the scripting bridge. These are basic commands, if you need to use commandline options then use git itself.
This commit is contained in:
Nathan Kinsinger
2010-08-21 18:50:12 -06:00
parent b9232721d0
commit 17f50e3f7e
10 changed files with 135 additions and 15 deletions
+1
View File
@@ -16,4 +16,5 @@
}
- (id) documentForLocation:(NSURL*) url;
- (void)initNewRepositoryAtURL:(NSURL *)url;
@end