Created
February 2, 2024 17:15
-
-
Save ScottJWalter/b28abd0fa0dc4c2f2a9612266027a79c to your computer and use it in GitHub Desktop.
create github repo using hub
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
#!/usr/bin/env bash | |
git setup $1 | |
git flow init --defaults | |
hub create | |
git push -u origin HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment