copilot course set up #1318
Unanswered
guru9945
asked this question in
Code with Copilot
Replies: 1 comment
-
GitHub doesn’t auto-update README after repo creation unless you explicitly initialize or push changes.If your README is not updatingcheck these first:
git status
git add README.md
git commit -m "update README"
git push origin main
Also check for the branch mismatches as sometimes w r pushing to master but viewing main (or vice versa).
'git branch'
If repo was created on GitHub:
Pull first before pushing:
'git pull origin main' |
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.
-
Readme file not updated after creating new repository
Beta Was this translation helpful? Give feedback.
All reactions