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 mainMore 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
Uh oh!
There was an error while loading. Please reload this page.
-
How do I create my own repository
Beta Was this translation helpful? Give feedback.
All reactions