-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undocument git subdir checkout feature as we probably want to get rid…
… of it (see #238)
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -260,12 +260,10 @@ haxelib dev starling # Cancel dev, use installed version. | |
#### `haxelib git` | ||
|
||
``` | ||
haxelib git [project-name] [git-clone-path] [branch] [subdirectory] | ||
haxelib git [project-name] [git-clone-path] [branch] | ||
haxelib git minject https://github.com/massiveinteractive/minject.git # Use HTTP git path. | ||
haxelib git minject [email protected]:massiveinteractive/minject.git # Use SSH git path. | ||
haxelib git minject [email protected]:massiveinteractive/minject.git v2 # Checkout branch or tag `v2`. | ||
haxelib git minject [email protected]:massiveinteractive/minject.git master src/ # Path to the haxelib.json file. | ||
``` | ||
|
||
> Use a git repository as library. | ||
|