mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
17f50e3f7e
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.
15 lines
329 B
C
15 lines
329 B
C
//
|
|
// GitXScriptingConstants.h
|
|
// GitX
|
|
//
|
|
// Created by Nathan Kinsinger on 8/15/10.
|
|
// Copyright 2010 Nathan Kinsinger. All rights reserved.
|
|
//
|
|
|
|
#define kGitXBundleIdentifier @"nl.frim.GitX"
|
|
|
|
|
|
#define kGitXAEKeyArgumentsList 'ARGS'
|
|
|
|
#define kGitXCloneDestinationURLKey @"destinationURL"
|
|
#define kGitXCloneIsBareKey @"isBare" |