Skip to content

cu8code/super-cool-github-graph-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🌀 Generate a Super Cool GitHub Contribution Graph

Follow these steps to create and showcase an awesome contribution graph on your GitHub profile:

📥 Step 1: Download the Repository

Clone this repository to your local machine:

git clone [email protected]:cu8code/super-cool-github-graph-generator.git

🛠️ Step 2: Run the Script

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.

🗑️ Step 3: Reset Git History

Remove the current .git directory to reset the repository:

rm -rf .git

🔄 Step 4: Reinitialize Git

Reinitialize the Git repository:

git init
git add .
git commit -m "Initial commit for contribution graph"

☁️ Step 5: Upload to GitHub

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

About

fill your github graph with green grass

Resources

Stars

Watchers

Forks

Languages