All Projects → pharzan → fake_commit

pharzan / fake_commit

Licence: other
A git fake commit generator to make those github squares green

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fake commit

Add And Commit
Add & commit files from a path directly from GitHub Actions
Stars: ✭ 198 (+1064.71%)
Mutual labels:  commit
git-commit-lint-vscode
vscode一款git 规范化提交插件
Stars: ✭ 33 (+94.12%)
Mutual labels:  commit
parse-commit-message
(!! moved to tunnckoCore/opensource !! try `parse-commit-message@canary`) Parse, stringify or validate a commit messages that follows Conventional Commits Specification
Stars: ✭ 31 (+82.35%)
Mutual labels:  commit
Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (+1370.59%)
Mutual labels:  commit
git
🔀 semantic-release plugin to commit release assets to the project's git repository
Stars: ✭ 235 (+1282.35%)
Mutual labels:  commit
awesome-git-commands
🍴 Indispensable git commands for everyday use
Stars: ✭ 53 (+211.76%)
Mutual labels:  commit
Git Commit Style Guide
Make git commit message more readable and useful.
Stars: ✭ 170 (+900%)
Mutual labels:  commit
git-commiter
📖✨ Allows you to commit following custom rules or conventions easily
Stars: ✭ 17 (+0%)
Mutual labels:  commit
zenhub-pipeline
Automatically transfer issues in pipeline by commit message
Stars: ✭ 14 (-17.65%)
Mutual labels:  commit
commit-bot
Automatically generates GitHub activity
Stars: ✭ 65 (+282.35%)
Mutual labels:  commit
gnomit
A simple Git commit message editor for Gnome.
Stars: ✭ 30 (+76.47%)
Mutual labels:  commit
perforce-commit-discord-bot
🗒️ ✏️Posts the most recent commit messages from a Perforce version control server to a Discord channel.
Stars: ✭ 22 (+29.41%)
Mutual labels:  commit
cz-gitmoji
🔬😜 Commitizen adapter for gitmoji.
Stars: ✭ 25 (+47.06%)
Mutual labels:  commit
Init
❗️ Go to the first (initial) commit of any GitHub repo
Stars: ✭ 207 (+1117.65%)
Mutual labels:  commit
commitlog
Generate Changelogs from Commits (CLI)
Stars: ✭ 63 (+270.59%)
Mutual labels:  commit
Git History
Quickly browse the history of a file from any git repository
Stars: ✭ 12,676 (+74464.71%)
Mutual labels:  commit
auto-commit-msg
A VS Code extension to generate a smart commit message based on file changes
Stars: ✭ 61 (+258.82%)
Mutual labels:  commit
CommitCombo
깃허브 커밋 기록을 아름답게 꾸미는 프로젝트 ⭐
Stars: ✭ 31 (+82.35%)
Mutual labels:  commit
conventional-commits
A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!
Stars: ✭ 128 (+652.94%)
Mutual labels:  commit
gitmeme
Enjoy a meme after every git commit
Stars: ✭ 16 (-5.88%)
Mutual labels:  commit

Fake Commit

A git fake commit generator to make those Github squares green.

This simple script generates a linux shell script which in turn creates random number of empty git commits in desired number of days from now.

Usage:

Create an empty repository.

Install the python dependecies.

pip install -r requirements.txt

pip3 install -r requirements.txt #if you're using pip3

Run the script.

python fake_commit.py

The script needs three parameters to run correctly: github user name, repository name, number of days to go back

  • Make sure the repository name is the same as the empty repository you created before running the script.
  • A random number is generated in the script which is hard coded and needs to be the maximum number of commits you have, so if your maximum commits is 50, you should change the random number interval from 1,20 to 30,50. This is because the square color darkness indicates the maximum number of commits you've made.
  • It may take up to a few minutes to generate and do the commits.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].