Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pchaigno/frankenstein
Abuse GitHub commit history for DigitalOcean's Hacktoberfest
https://github.com/pchaigno/frankenstein
commit-history github
Last synced: 24 days ago
JSON representation
Abuse GitHub commit history for DigitalOcean's Hacktoberfest
- Host: GitHub
- URL: https://github.com/pchaigno/frankenstein
- Owner: pchaigno
- License: mit
- Created: 2015-01-15T20:48:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T14:55:22.000Z (over 9 years ago)
- Last Synced: 2023-04-08T11:49:16.328Z (over 1 year ago)
- Topics: commit-history, github
- Language: Python
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Frankenstein
===Copy a repository and place 50 of its commits in a month under your name/email address.
### How? ###
* Create a GitHub account.
* Find a good source repository.
* Find a new name for it.
* Create a repository with that name on GitHub.
* Clone Frankenstein (`git clone https://github.com/pchaigno/frankenstein`)
* Run `python3 frankenstein/frankenstein.py `
* Go to the directory created by Frankenstein in the previous step (New name)
* Run `git remote add origin https://@github.com//`
* Run `git push origin master`
* Bob's your uncle!### How to report a bug? ###
* Send an email at [email protected]
* or open an issue on GitHub.