| File data/plugins/git/README.md changed (mode: 100644) (index 6cc7e5af2..de455ee4c) |
| ... |
... |
This plugin provides utilities related to Git. |
| 4 |
4 |
|
|
| 5 |
5 |
### `:Gclone` command |
### `:Gclone` command |
| 6 |
6 |
|
|
|
7 |
|
**Syntax:** `:Gclone URL [dir-name]` |
|
8 |
|
|
| 7 |
9 |
Clones repository, optionally deriving target directory name from the URL. On |
Clones repository, optionally deriving target directory name from the URL. On |
| 8 |
10 |
success, enters the newly cloned worktree. On failure, shows the error in a |
success, enters the newly cloned worktree. On failure, shows the error in a |
| 9 |
11 |
dialog. |
dialog. |
| |
| ... |
... |
dialog. |
| 28 |
30 |
|
|
| 29 |
31 |
### `:Gmap` command |
### `:Gmap` command |
| 30 |
32 |
|
|
|
33 |
|
**Syntax:** `:Gmap pattern replacement` |
|
34 |
|
|
| 31 |
35 |
Adds a simple replacement rule for Git statuses. Each new rule is appended to |
Adds a simple replacement rule for Git statuses. Each new rule is appended to |
| 32 |
36 |
the list. The rules are processed in the order of their definition, therefore |
the list. The rules are processed in the order of their definition, therefore |
| 33 |
37 |
earlier ones have higher priority and rules with wildcards should follow more |
earlier ones have higher priority and rules with wildcards should follow more |