Skip to content

Instantly share code, notes, and snippets.

View lordgiotto's full-sized avatar

Lorenzo Zottar lordgiotto

View GitHub Profile
@lordgiotto
lordgiotto / csv-git-log
Last active January 29, 2016 09:17
Printable CSV Git Log
git log --pretty="%ad;%s" --date=short --since=DATE > DESTINATION_FILE
# DATE can be absolute (2016-01-24) or relative ("2 years 1 day 3 minutes ago")
@lordgiotto
lordgiotto / 0_reuse_code.js
Created May 9, 2014 05:59
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console