- Loading...
...
| Code Block | ||
|---|---|---|
| ||
$ tree
.
├── git
│ └── github.com
│ ├── edvbld
│ │ ├── jdk
│ │ └── loom
│ └── openjdk
│ ├── jdk
│ ├── loom
│ └── valhalla
└── hg
└── hg.openjdk.java.net
├── code-tools
│ └── jtreg
└── jdk
└── jdk |
Yes, this is supported, supply a second argument to git clone stating the directory name of the local repository:
| Code Block | ||
|---|---|---|
| ||
$ git clone <URL> <DIRECTORY> |
...