Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove default_path support in repoPaths configuration #345

Commits on Mar 7, 2024

  1. Remove default_path support in repoPaths configuration

    Now that we support the more general `:owner/:repo` template
    configuration (85a75fe), the prior
    `default_path` functionality (d9ef14a)
    is redundant - e.g. this configuration:
    ```
    default_path: ~/code/repos
    ```
    can be achieved equivalently with:
    ```
    :owner/:repo: ~/code/repos/:repo
    ```
    
    Thus, we are removing the `default_path` syntax.
    rmacklin committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a6afac3 View commit details
    Browse the repository at this point in the history