Skip to content

Instantly share code, notes, and snippets.

@AlbertProfe
Created September 10, 2024 11:21
Show Gist options
  • Save AlbertProfe/b05e8198f02b311d18e7c4a86c5241e0 to your computer and use it in GitHub Desktop.
Save AlbertProfe/b05e8198f02b311d18e7c4a86c5241e0 to your computer and use it in GitHub Desktop.
git init
git config user.name "albertprofe"
git config user.email "albert@gmail.com"
gh repo create AssistantAI --public
git remote add origin https://github.com/AlbertProfe/AssistantAI.git
git add .
git commit -m "first commit"
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment