Git not pushing to github

Problem description:
After changing files, i can commit but not push the changes to github any longer

Expected behavior:
Changed are committed and pushed instead of only staged

Actual behavior:
Looks like the changes are only staged

Steps to reproduce:
See above

Bug appears at this link:
a_tetris - Replit

Browser/OS/Device:
Win11/EDGE

Try pushing through the shell:

git push -u origin main

Replacing origin and main with the repo and branch if necessary.

Edit Note: the u might need to be capitalized, I don’t remember.

1 Like

-u should expand to --set-upstream, unless I’m thinking of something else.

Holy grail shell works always

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.