From 94d538a1936889624c1924b4a5859751e8546be3 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 9 Nov 2011 11:58:29 -0500 Subject: [PATCH] Added comment. --- git/git-github-init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/git-github-init b/git/git-github-init index 4f74a4a..6857fed 100755 --- a/git/git-github-init +++ b/git/git-github-init @@ -1,4 +1,6 @@ #!/bin/bash +# create directory and checkout project from github +# usage: git github-init joshtronic bash git init $2 cd $2