Skip to content

Instantly share code, notes, and snippets.

View phily245's full-sized avatar

Phil Young phily245

View GitHub Profile
<div id="the-basics">
<input class="typeahead" type="text" placeholder="States of USA">
</div>
@phily245
phily245 / git-commit-csv-export.sh
Last active May 3, 2016 10:40 — forked from ghinda/git-commit-csv-export.sh
git csv export of commits in the last month
git log --since='last month' --pretty=format:'%h;%an;%ad;%s' > log.csv