-
-
Save octosteve/5545230 to your computer and use it in GitHub Desktop.
Because creating new repos happens a lot to me for some reason
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 | |
| 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