gulp plugin for appending git-version
npm install gulp-gitversiongulp-gitversion 
===============
gulp plugin for appending git-version
```
npm install gulp-gitversion --save-dev``
var gitVersion = require('gulp-gitversion');
If you don't specify the type, it will be decided it by file extension name.
#### Support type
* js
* css
* html
`.pipe(gitVersion()); `
`.pipe(gitVersion({type:'js'})); `
`js`
;
// git version: 5a0b54d81689bfd0afa30698a73e3fd92558feab
//created at: Thu May 29 2014 15:33:18 GMT+0800 (CST)$3
`.pipe(gitVersion({type:'html'})) `
`html`
`.pipe(gitVersion({type:'css'})) `
`css``
/ git version: 5a0b54d81689bfd0afa30698a73e3fd92558feab /
/ created at: Thu May 29 2014 15:33:18 GMT+0800 (CST)/