Skip to content

Instantly share code, notes, and snippets.

@ayoubjamouhi
Created May 18, 2022 11:20
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 ayoubjamouhi/869313e4f46de7dca22781feb19075a9 to your computer and use it in GitHub Desktop.
Save ayoubjamouhi/869313e4f46de7dca22781feb19075a9 to your computer and use it in GitHub Desktop.
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:ayoubjamouhi/app.bootleads.net.git
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment