https://github.com/tonicmuroq/commitlog
Commit Log as a Service (zhCN)
https://github.com/tonicmuroq/commitlog
cloudflare-workers commit-message gitconfig rust
Last synced: about 1 month ago
JSON representation
Commit Log as a Service (zhCN)
- Host: GitHub
- URL: https://github.com/tonicmuroq/commitlog
- Owner: tonicmuroq
- Created: 2016-04-13T05:20:52.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T03:53:43.000Z (7 months ago)
- Last Synced: 2025-09-02T05:35:27.669Z (7 months ago)
- Topics: cloudflare-workers, commit-message, gitconfig, rust
- Language: Rust
- Homepage: https://commitlog.muroq.app
- Size: 242 KB
- Stars: 20
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### CLaaS (Commit Log as a Service)
受到 [这位哥](http://whatthecommit.com/index.txt) 的启发, 搞个中文版的...
### Configure your .gitconfig
```
$ cat ~/.gitconfig
[alias]
wtf = "!git commit -m \"$(curl -L -s https://commitlog.muroq.app)\""
$ git wtf
[master (root-commit) 8a4796c] 打错字了
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 aaa
```