Thanks to visit codestin.com
Credit goes to github.com

Skip to content

booleanrecep/github-commit-capacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub's Commit Capacity.

Motivation

Checking some relations and capabilities between client-server model, GitHub & Git.

Goal

Making this repo most committed one

How ?

  1. Committing and pushing from GitHub to GitHub.
  2. Running combine.sh via workflows to achive 1. step

combine.sh

#!/bin/bash

git pull

for i in {1..800000}
do
   #echo $i >> can/$i.txt
   # rm can/$i.txt
   echo $i >> garbage.txt
   git add . 
   git commit -m 'github ist bombastisch'  
done
git push

So far experiences

...

About

Testing how many commit can be committed to GitHub. So far 12,225,265 commits

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published