私はgit statusを実行しました
# On branch master
# Your branch is ahead of 'origin/master' by 4 commits.
# (use "git push" to publish your local commits)
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: app/views/layouts/_header.html.erb
#
no changes added to commit (use "git add" and/or "git commit -a")
リモートリポジトリにコミットする前に、コミットのためにステージングされていない 4 つのコミットと変更をすべて元に戻したいです。これどうやってするの?