1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-08-15 18:20:30 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Kristian Andersen Hole
5254658934
Merge pull request #289 from black7375/monorepo-setting
Update README for monorepo setting
2024-03-04 22:45:35 +01:00
MS_Y
cd6b2e5fcf
Update README for monorepo setting 2024-03-01 16:00:10 +09:00

View File

@ -86,6 +86,16 @@ Essential commands
- `Hide-status-sections`: Hide listed sections from status view.
- `Quick-switch-enabled`: Automatically confirm switch menu after enabling a switch (e.g. --force)
## Monorepo support
When used in a monorepo, you need to make sure that the subdirectory can detect the parent's `.git`.
```json
{
"git.openRepositoryInParentFolders": "always",
}
```
## Vim support (VSCodeVim)
All edamagit keybindings are customizable using VSCode's built-in `keybindings.json`.