I do git status
I got this
Your branch is ahead of 'upstream/develop' by 1 commit.
(use "git push" to publish your local commits)
I forgot what changes I made, I think I want sync with upstream branch, how to discard the commit, reset my code as same as my upstream branch?