Skip to content

Instantly share code, notes, and snippets.

@gvorster
Created February 4, 2024 15:13
Show Gist options
  • Select an option

  • Save gvorster/440b42e6365541621db406bf3f9d6fa8 to your computer and use it in GitHub Desktop.

Select an option

Save gvorster/440b42e6365541621db406bf3f9d6fa8 to your computer and use it in GitHub Desktop.
Add files in current folder to remote github repo
git init
git add .
git commit -m "init"
git remote add origin REPO_URL
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment