Renamed script to shorten syntax

git github-init user repo => git github user rep
This commit is contained in:
Joshua Sherman 2014-01-01 21:56:09 -05:00
parent 103afe5db4
commit a1b96fd106

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# create directory and checkout project from github # create directory and checkout project from github
# usage: git github-init joshtronic bash # usage: git github joshtronic bash
git init $2 git init $2
cd $2 cd $2