Code Monkey home page Code Monkey logo

github-comitter's Introduction

GitHub Committer

image

Description

  • Set commits to specific dates and times,
  • Custom commit messages
  • Bulk commit with The GitHub Committer

This project creates commits and pushes them to a remote repository on GitHub to create Contributions. Its purpose is to mirror commits manually made within projects where you do not have direct access to your git account.

⚠️ Please do not use this to fake your contributions to other projects. ⚠️

Getting Started

Dependencies

  • NodeJS
  • NPM
  • Git
  • GitHub Account

Installing

Hint: This project is meant to run locally on your machine. It is not meant to be deployed to a server.

  • Clone this repository
  • Run npm install to install dependencies
  • Set up your GitHub account to allow access to your repository
  • Delete the .git folder
  • Open terminal and use following commands:
git init
git add .
git commit -m "init"
  • Create a new repository on GitHub and push this Repository to it, don't fork it!
  • Config your git name and Email with git config --global user.name "John Doe" and git config --global user.email. If you only want the credentials within this repository, then remove the --global flag
  • Run npm run dev to start the application

Usage

  • Open your browser and navigate to http://localhost:3000

All your commits being stored in the COMMITS.md file, where you can check the latest commits, the message and their timestamps.

github-comitter's People

Contributors

satttoshi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.