Skip to content

Instantly share code, notes, and snippets.

@LoliC0d3
Created December 3, 2022 14:03
Show Gist options
  • Select an option

  • Save LoliC0d3/79035bf085a2ca6236b24a320d2b92d3 to your computer and use it in GitHub Desktop.

Select an option

Save LoliC0d3/79035bf085a2ca6236b24a320d2b92d3 to your computer and use it in GitHub Desktop.
commit
…or create a new repository on the command line
echo "# PhobiaXploit" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/PhobiaXploit/PhobiaXploit.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/PhobiaXploit/PhobiaXploit.git
git branch -M main
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment