Renamed script to shorten syntax
git github-init user repo => git github user rep
This commit is contained in:
parent
103afe5db4
commit
a1b96fd106
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# create directory and checkout project from github
|
||||
# usage: git github-init joshtronic bash
|
||||
# usage: git github joshtronic bash
|
||||
|
||||
git init $2
|
||||
cd $2
|
Loading…
Add table
Add a link
Reference in a new issue