This file contains 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 | |
# Form from https://gist.github.com/robwierzbowski/5430952/ | |
# Create a remote repo on GitHub and clone it to your computer | |
# Grabs sensible defaults from the containing folder and `.gitconfig`. | |
# Refinements welcome. | |
# Get user input | |
echo "New repo name:" | |
read REPONAME |