The shōmei tool updates your GitHub contribution graph to accurately reflect your work from another account. It creates empty commits that show your real activity without exposing any proprietary code. With shōmei, ensure your profile reflects your contributions as you navigate your career.
shōmei (証明) is a command-line interface (CLI) tool designed to enhance the visibility of developer contributions on GitHub, addressing the common issue of portraying an inactive profile due to work-related commits made with a different email account. The name "shōmei" translates to "proof" in Japanese, reflecting the tool's purpose of providing proof that actual work was done, even if it doesn't appear on a personal GitHub profile.
Many developers utilize separate email addresses for their work-related projects and often face the challenge of their GitHub contribution graphs appearing inactive when job searching. This can lead to misunderstandings from recruiters who may not recognize that developers have been actively working from another account. shōmei provides a solution to this problem by mirroring corporate commits to a personal GitHub account without compromising proprietary information.
Important Note: Throughout this process, no actual code or sensitive information from the original repository is transmitted, ensuring company IP remains secure.
To utilize shōmei, install it via Python's package manager:
pip install shomei
Then, navigate to the repository where contributions were made and run
shomei
Follow the prompts to input your personal GitHub username and access token, and within minutes, the contribution graph will update to reflect your actual work responsibilities.
shōmei serves as a valuable tool for developers aiming to enhance their professional profiles by accurately showcasing their contributions across multiple accounts without risking the integrity of their corporate work.
No comments yet.
Sign in to be the first to comment.