バージョン管理にgitを使用していますが、現在、最新バージョンをアップロードしようとすると多くの警告が表示されます。私はgitを初めて使用し、制限に我慢できません。すべてを削除して現在のバージョンをアップロードする方法はありますか?
これは、アップロードしようとしたときに私が今得ているものです。
$ git push origin master
Username for 'https://code.google.com':
Password for 'https://<removed>@code.google.com':
To https://code.google.com/p/<removed>/
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://code.google.com/p/<removed>/'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.