To mySpace@192.168.169.1:/Repo.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'mySpace@192.168.169.1:/Repo.git'
Hint: Updates were rejected because a pushed branch tip is behind its remote counterpart. Check out this branch and integrate the remote changes (e.g. 'git pull ...') before pushing again. See the 'Note about fast-forwards' in 'git push --help' for details.`
I got this git error every time I am going to git push -u origin master or git push -f origin master. Yes, I am trying push my committed work and I don't want to reset -hard or rebase because I know my committed work will be gone. Please any idea how to push my work successfully.