-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
add local repository with branch #5017
Comments
#5026 pushes this a step closer. It will allow a local git repo of the form From there is should be a simple change to have it check for local un-pushed branches. |
…tead of `ls-remote` When using a local git repo, use `git show-ref` instead of `ls-remote` so that un-pushed refs can be found. fixes yarnpkg#5017
Allow "git_file:" dependency protocol to use a local un-pushed git repo as a dependency. Fix bug where local directories named "*.git" were treated as git dependencies fixes yarnpkg#3670 yarnpkg#5017
Thanks, but why file-git-fix is not a part of a master since 15 december 2017 ? |
Because I just merged it 🙂 Will be part of the next release. |
Requesting a feature.
Please make it possible to add local repository providing a branch:
yarn add file:../repo/sitory#branch
fails
yarn add file:../repo/sitory@version
fails
The text was updated successfully, but these errors were encountered: