I am unexperienced using git
so I'm not entirely sure why I am getting this error:
To https://github.com/bli1/data-trader.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/bli1/data-trader.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
I think it is because I committed but I never pushed?
Basically, my current changes are committed and I can't push them to a remote repo due to my past mistakes.