Skip to content

Commit

Permalink
fix: remove() has changed to detach() on the ConfigUpdater API
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Oct 25, 2021
1 parent 30319c7 commit 93c6c52
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 256 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GitHub URL scheme (``github://`` or ``gh://``) pinned to a specific version:
The ``@`` syntax is used to get a Git reference (commit, tag, branch).
It is similar to the syntax used by ``pip`` and ``pipx``:

- `pip install - VCS Support - Git <https://pip.pypa.io/en/stable/cli/pip_install/?highlight=git#git>`_;
- `pip install - VCS Support - Git <https://pip.pypa.io/en/stable/topics/vcs-support/#git>`_;
- `pypa/pipx: Installing from Source Control <https://pypa.github.io/pipx/#installing-from-source-control>`_.

If no Git reference is provided, the default GitHub branch will be used (for Nitpick, it's ``develop``):
Expand Down

0 comments on commit 93c6c52

Please sign in to comment.