We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When executing pretty-quick in a git worktree it doesn't detect which scm is being used.
pretty-quick
git worktree
Please add a --scm=git flag so we can set it, or detect git in a different way so it detects when in worktree.
--scm=git
git
A git worktree is stored in .git file instead of directory. The contents of the file are as follows
.git
$ cat .git gitdir: /Users/<>/projects/projectname/.git/worktrees/my-current-worktree
The text was updated successfully, but these errors were encountered:
Can my PR be merged?
Sorry, something went wrong.
🎉 This issue has been resolved in version 3.1.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
When executing
pretty-quick
in agit worktree
it doesn't detect which scm is being used.Please add a
--scm=git
flag so we can set it, or detectgit
in a different way so it detects when in worktree.A
git worktree
is stored in.git
file instead of directory. The contents of the file are as follows$ cat .git gitdir: /Users/<>/projects/projectname/.git/worktrees/my-current-worktree
The text was updated successfully, but these errors were encountered: