I'm trying to push to my GitHub repository, Link to my GitHub repo if needed
To https://github.com/laukomatic/RL-k_armed_bandit.git ! [rejected] main -> main (non-fast-forward) error: failed to push some refs to https://github.com/laukomatic/RL-k_armed_bandit.git hint: Updates were rejected because a pushed branch tip is behind its remote hint: See the Note about fast-forwards in git push --help for details. From https://github.com/laukomatic/RL-k_armed_bandit Than I tried pulling to update with: git pull origin main.
But it didn't work it said:
* branch main -> FETCH_HEAD Already up to date. when I tried: git status, it gave:
On branch master nothing to commit, working tree clean But it is still not possible to push.
I have already did git add . and git commit -m "some message".
Also if it helps, I'm a complete beginner, I watched one tech with Tim tutorial. Also when I firstly pushed to the remote repository I pushed with Plotting_results. Which was created as a checkout. Than I updated it with master checkout.

