Skip to content

Instantly share code, notes, and snippets.

@cwiederspan
Created January 27, 2021 22:05
Show Gist options
  • Select an option

  • Save cwiederspan/5c9d18de9fdff0598d75d389331e78bc to your computer and use it in GitHub Desktop.

Select an option

Save cwiederspan/5c9d18de9fdff0598d75d389331e78bc to your computer and use it in GitHub Desktop.

Revisions

  1. cwiederspan renamed this gist Jan 27, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. cwiederspan created this gist Jan 27, 2021.
    11 changes: 11 additions & 0 deletions bash.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # Install the GitHub CLI
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
    sudo apt-add-repository https://cli.github.com/packages
    sudo apt update
    sudo apt install gh

    # Log into GitHub
    gh auth login

    # Create a repo from a template
    gh repo create ateamsw/learn-wordpress-on-azure --template ateamsw/devcontainer-template --public