I can't push now, though I could do it yesterday.
When I use git push origin master, I get an error:
git remote -v Output:
origin https://github.com/REDACTED.git (fetch) origin https://github.com/REDACTED.git (push) And:
git push origin master Output:
Username for 'https://github.com': REDACTED Password for 'https://[email protected]': To https://github.com/REDACTED.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/REDACTED.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. My working directory and remote repository looks like:



