Created
March 21, 2016 22:14
-
-
Save janniklorenz/a89b8985d2d0e2332460 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Create path to repo | |
| mkdir -p $(dirname $1) | |
| # Create Bare Repo | |
| git clone "https://github.com/$1" --bare "$1.git" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment