Skip to content

Instantly share code, notes, and snippets.

@octosteve
Created May 9, 2013 02:48
Show Gist options
  • Select an option

  • Save octosteve/5545230 to your computer and use it in GitHub Desktop.

Select an option

Save octosteve/5545230 to your computer and use it in GitHub Desktop.
Because creating new repos happens a lot to me for some reason
#!/bin/bash
git init && git add . && git commit -m 'Initial Commit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment