Possible Duplicate:
Github first push problem… how to merge remote changes?
My external repo is fairly outdated. I want to push all my local changes up stream. However, when I attempt to do so I get the following message...
error: failed to push some refs to 'ssh://mylink'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again.
I don't want to pull because if I do those external changes will mess up my local changes. How do I override the external?