...
Code Block | ||
---|---|---|
| ||
$ tree . ├── git │ └── github.com │ ├── edvbld │ │ ├── jdk │ │ └── loom │ └── openjdk │ ├── jdk │ ├── loom │ └── valhalla └── hg └── hg.openjdk.java.net ├── code-tools │ └── jtreg └── jdk └── jdk |
Can I have multiple local clones of a repository?
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> |
Branches
How do I create a local branch?
...
Overview
Content Tools
ThemeBuilder