Skip to content

Instantly share code, notes, and snippets.

@eminorhan
Last active January 4, 2026 20:31
Show Gist options
  • Select an option

  • Save eminorhan/68e0797c4b0a67c69028a6f861f56115 to your computer and use it in GitHub Desktop.

Select an option

Save eminorhan/68e0797c4b0a67c69028a6f861f56115 to your computer and use it in GitHub Desktop.
new github repo
git init && git add . && git commit -m "first commit"
git remote add origin REMOTE_GITHUB_REPO_URL
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment