Skip to content

Instantly share code, notes, and snippets.

#!/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