New to Github #893
Unanswered
PWhiteRabbit
asked this question in
Q&A
Replies: 1 comment
-
To add your code:
echo "# teste" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin <enter_your_repository_address>
git push -u origin main
git remote add origin <enter_your_repository_address>
git branch -M main
git push -u origin main More documentation: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I create my own repository
Beta Was this translation helpful? Give feedback.
All reactions