| ▲ | DougN7 5 hours ago | |
What does this means for context: “Git repository name and branch” Does this mean it detects if something is running from within a git repository folder? Couldn’t find the code that checked this. | ||
| ▲ | jackwilsdon 5 hours ago | parent [-] | |
It appears to walk up from the process's working directory searching for a .git directory: https://github.com/pranshuparmar/witr/blob/1e47bdb8fde179b17... | ||