
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
git-cherry-fix
Advanced tools
helps you get your fixes to another branch by cherry-picking them
npm install -g git-cherry-fix
start interactive process
git-cherry-fix
quick interactive process
git-cherry-fix <base-branch>
In order for the quick-pr
tool to work best, you should name your branches with a prefix and a forward slash.
So for example task/this-is-my-branch
.
quick-pr uses this to know where your branch name starts, and uses the same convention by prefixing patch branches with patch/TARGET-task/this-is-my-branch
. Where target is the target branch.
I just wrote a hotfix to master. Now I want to port it to staging and develop.
patch/MASTER-task/fix-something
git-cherry-fix staging
patch/STAGING-task/fix-something
based off staginggit-cherry-fix develop
task/fix-something
based off developThe following configuration is available in a file called .git-cherry-fix.yml
.
We will look for the file upwards.
main_branch: develop
branch_nickname:
master: production
staging: qa
develop
. will remove the prefix from the target branch if main_branch. for example, cherry picking from patch/branch-fix/something
to develop
will automatically make the branch name simply fix/something
(without a prefix).patch/production-fix/something
.roadmap:
FAQs
> helps you get your fixes to another branch by cherry-picking them
The npm package git-cherry-fix receives a total of 0 weekly downloads. As such, git-cherry-fix popularity was classified as not popular.
We found that git-cherry-fix demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.