mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Add more worktree tests
This commit is contained in:
parent
b93b9dae88
commit
a313b16704
12 changed files with 325 additions and 30 deletions
|
@ -74,6 +74,7 @@ The permitted contexts are:
|
|||
| -------------- | -------------------------------------------------------------------------------------------------------- |
|
||||
| status | The 'Status' tab |
|
||||
| files | The 'Files' tab |
|
||||
| worktrees | The 'Worktrees' tab |
|
||||
| localBranches | The 'Local Branches' tab |
|
||||
| remotes | The 'Remotes' tab |
|
||||
| remoteBranches | The context you get when pressing enter on a remote in the remotes tab |
|
||||
|
@ -300,6 +301,7 @@ SelectedRemote
|
|||
SelectedTag
|
||||
SelectedStashEntry
|
||||
SelectedCommitFile
|
||||
SelectedWorktree
|
||||
CheckedOutBranch
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue