Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
RemoteAddCommand |
Git.remoteAdd()
Return a command used to add a new remote.
|
RemoteAddCommand |
RemoteAddCommand.setName(String name)
The name of the remote to add.
|
RemoteAddCommand |
RemoteAddCommand.setUri(URIish uri)
The URL of the repository for the new remote.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.