Skip to content

Instantly share code, notes, and snippets.

@MiguelCamilo
Last active February 18, 2023 23:41
Show Gist options
  • Save MiguelCamilo/f7bf9fddc7593bbce8691be51f483390 to your computer and use it in GitHub Desktop.
Save MiguelCamilo/f7bf9fddc7593bbce8691be51f483390 to your computer and use it in GitHub Desktop.
How to create a REPO with out leaving VSCODE using GIT COMMANDS✨
<!--
DON'T USE ASTERISKS !
USER_NAME = enter your github user name
REPO_NAME = enter the name of what you'll call that repo
-->
gh repo create *USER_NAME*/*REPO_NAME* --source=. --public --push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment