Skip to content

Instantly share code, notes, and snippets.

@ScottJWalter
Created February 2, 2024 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottJWalter/b28abd0fa0dc4c2f2a9612266027a79c to your computer and use it in GitHub Desktop.
Save ScottJWalter/b28abd0fa0dc4c2f2a9612266027a79c to your computer and use it in GitHub Desktop.
create github repo using hub
#!/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