



Complete 100 GitHub Commits & claim role in base discord↴ - You need a github account Step 1: create a new repository - go to: github.com/new - give the repo any name, for example: be-yourself-commits - select 'Public' - tick 'Add a README file' - click 'Create repository' Step 2: Open Codespaces - Inside the repo, click the green Code button. - click 'Codespaces' - click 'Create codespace on main' - wait for it to load. Step 3: Open the terminal If the terminal is not showing, click: - terminal → New Terminal Step 4: Run the commit script Paste this into the terminal: for i in {1..100}; do echo "Commit number $i - $(date)" >> progress.md git add progress.md git commit -m "Progress update $i" done - Press Enter and wait for it to finish. Step 5: Push to GitHub Run: git push Step 6: Check your profile - go to your github profile and refresh. - go to [guild.xyz/base/builders-…] and claim roles. The contributions may show immediately, but sometimes GitHub can take up to 24 hours to update.




























