Skip to content

Instantly share code, notes, and snippets.

@TGion
Created August 21, 2023 05:30
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 TGion/843d6cd0f8a7818a9ed59400baf8876a to your computer and use it in GitHub Desktop.
Save TGion/843d6cd0f8a7818a9ed59400baf8876a to your computer and use it in GitHub Desktop.
New GIT repository
# Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "Inital commit"
git remote add origin URL
git push -u -f origin master / main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment