problem encountred #1193
Unanswered
himarbi
asked this question in
Code with Copilot
Replies: 1 comment
-
|
README won’t update on GitHub unless the changes are actually committed and pushed. most likely one of these is missing your file wasn’t saved locally or commit wasn’t made or the push wasn’t done to github try:: git status
git add README.md
git commit -m "update readme"
git push origin main
also like check for the branch consistency as u might be pushing on master and looking at main or vice versa stuffs |
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.
-
Beta Was this translation helpful? Give feedback.
All reactions