You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 years ago | |
---|---|---|
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
git-wc | 10 years ago |
README.md
GIT-WC
This is a simple extension to GIT that reports the word count difference between any two commits. It accepts any standard range arguments, such as HEAD^..HEAD or <path>..<path>, and tells you how many words you added since your last commit, minus how many words you have removed.
Without any arguments, it tells you the difference between your working tree and the last commit.
I write stories as well as code, I use Markdown as my writing environment of choice, I commit to a GIT repository regurlarly, and this is a simple and straightforward way of tracking my daily contributions.
The LICENSE is standard MIT style. See the LICENSE file for details.