From f0fff8e1b5b4ce7ad7cb34c3494f0188b2004c26 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 9 Nov 2011 11:57:03 -0500 Subject: [PATCH] Moved git script to it's own directory. --- github-init => git/git-github-init | 1 + 1 file changed, 1 insertion(+) rename github-init => git/git-github-init (99%) diff --git a/github-init b/git/git-github-init similarity index 99% rename from github-init rename to git/git-github-init index 8192e31..4f74a4a 100755 --- a/github-init +++ b/git/git-github-init @@ -1,4 +1,5 @@ #!/bin/bash + git init $2 cd $2 git remote add origin git@github.com:$1/$2.git