Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjsty1e/gitfool
Gitfool (or Gitfull) is a shell command for you to fulfill your git commit log.
https://github.com/jjsty1e/gitfool
Last synced: about 1 month ago
JSON representation
Gitfool (or Gitfull) is a shell command for you to fulfill your git commit log.
- Host: GitHub
- URL: https://github.com/jjsty1e/gitfool
- Owner: jjsty1e
- Created: 2018-06-17T07:37:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T04:52:10.000Z (over 6 years ago)
- Last Synced: 2024-08-03T01:39:28.716Z (4 months ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 31
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitfool
Gitfool (or Gitfull) is a shell command for you to fulfill your git commit log.
This is the easiest way to make you a [Rockstar](https://github.com/avinassh/rockstar) Programmer ! 😅
**Update**
For your convenience, you can be gitfooled just exceute this command in you repository directory:
```bash
curl -s https://raw.githubusercontent.com/Jaggle/Gitfool/master/gitfool| sh -s `pwd` 365 --push
```> Gitfool is a trick, take care of what you are doing.
![](gitfool.png)
## USAGE
```bash
./gitfool [repo_path] [days] --push
```**repo_path**
the repository path you want to add commits
**days**
the past days you wish to add these commits, for example : 365 means the past one year.
**--push**
with this option, Gitfool will push the commits to remote (execute `git push`)
> don't use `sh gitfool` syntax, and it will report an error.
## EXAMPLE
```bash
./gitfool ~/Code/acme 365 --push
```## WARNING
you may be reported for abusing if you push these commits to Github.