
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
git-commits-migrator
Advanced tools
Revitalize Github activity with empty commits in new repo, using private contributions
With this library, you can effortlessly copy all of your contributions to a new repository, without actually copying any code. How? By creating empty commits with the exact date and time of the original commits, and including your public account information (username and email). Imagine the thrill of seeing your Github activity tracker light up with all of your hard work, now visible for the world to see! Don't let your private contributions go to waste, make them count!
1- Make sure to have the other account repos cloned locally
npx git-commits-migrator --source-repo private-repo --target-repo new-private-repo --source-owner USER_NAME --target-owner USER_NAME --source-email EMAIL --target-email EMAIL --target-token TOKEN
1- Install the library
npm install -g git-commits-migrator
or
yarn global add git-commits-migrator
2- Execute command
git-commits-migrator -sr private-repo -tr new-private-repo -so USER_NAME -to USER_NAME -se EMAIL -te EMAIL -tt TOKEN
source-repo
: string - Name of source repository
sr
target-repo
: string - Name of target repository
tr
source-owner
: string - Username of source repository
so
target-owner
: string - Username of target repository
to
source-email
: string - Email of source repository owner
se
target-email
: string - Email of target repository owner
te
target-token
: string - Personal Access Token from target account
tt
FAQs
Revitalize Github activity with empty commits in new repo, using private contributions
The npm package git-commits-migrator receives a total of 0 weekly downloads. As such, git-commits-migrator popularity was classified as not popular.
We found that git-commits-migrator 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.