module Bones::App::Git

def github_url

def github_url
  user = Git.global_config['github.user']
  return unless user
  "http://github.com/#{user}/#{name}"
end