snippets/7-git-cheatsheet/README.md
2025-05-09 23:59:38 +02:00

6 lines
88 B
Markdown

# Determine config file location of submodule
```
git rev-parse --git-path config
```