Use a config file per repository

Issue #23 resolved
derek olsen created an issue

It would be nice to support a per repository config file ala 'git review'. For example I can't use the same ~/.stashconfig.yaml with this stash instance and my internal demo instance. I have to change ~/.stashconfig.yaml to work with the current repo I am working on. Ideally it would be nice to derive this from 'git remote' on the given repo. Another idea would be to support a per repo config and optionally a global config.

Comments (1)

  1. Seb Ruiz Account Deactivated

    Good news Derek!

    You can put a .stashconfig.yaml in the root directory of your repository and that will be merged with the global config.

  2. Log in to comment