Classes: App, Repository
"0.1"
ENV['GIT_DIR'] || Dir.getwd
ENV['BARE'] ? Git.bare(REPO_PATH) : Git.open(REPO_PATH)