Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 4
    Note that you can use git rev-parse --show-toplevel to get the absolute path of the current repository. This may simplify your function a bit.
    – Kusalananda
    Commented Nov 22, 2023 at 10:51
  • @Kusalananda Thanks. I would upvote other answers that use this approach. I personally want to keep my answer as is, as it is an approach that could be modified for other directories, not just .git
    – Flimm
    Commented May 3 at 10:01