geetarista (owner)

Revisions

gist: 181011 Download_button fork
public
Public Clone URL: git://gist.github.com/181011.git
Embed All Files: show embed
daylog #
1
2
3
function daylog() {
  git log --format="%s " --since="18 hours ago" --author="Your Name" --no-merges --reverse | xargs ruby -e "puts ARGV.join(' ')"
}