Follow these steps to create and showcase an awesome contribution graph on your GitHub profile:
Clone this repository to your local machine:
git clone [email protected]:cu8code/super-cool-github-graph-generator.git
Navigate into the project directory and run the script to generate the desired commit history:
cd super-cool-github-graph-generator
python3 create_commit.py
Note: Replace
script_name.sh
with the actual script name provided in this repository.
Remove the current .git
directory to reset the repository:
rm -rf .git
Reinitialize the Git repository:
git init
git add .
git commit -m "Initial commit for contribution graph"
Push the updated repository to a new GitHub repository:
git remote add origin <new-repo-url>
git branch -M main
git push -u origin main