Get an instance for whatever repo path is in.
path
Parameters:
A path that may be in a repo.
Returns:
If path is not a part of repo we can recognize (git only at the moment, sorry).
git
If path is not a part of repo we can recognize.
49 50 51
# File 'lib/qb/repo.rb', line 49 def self.from_path path, git: {} QB::Repo::Git.from_path path, **git end