Hello, World!

It's such a wonderful day.

For no particular reason, here's a snippet of my ~/.gitconfig:

[alias]
  amend = commit --amend --no-edit
  praise = blame
  ls = branch --list --sort committerdate #\"[a-z]*\"
  puush = push -u origin HEAD
  staged = diff --staged