How to undo git fetch
phpcn_u1582
phpcn_u1582 2017-05-02 09:25:03
0
1
1168

I executed git fetch on the non-master branch and pulled a lot of changes. How can I undo them?
In addition, I have a commit locally that has not been pushed yet. I want to undo the git fetch I just performed while retaining this commit. How should I do this?

phpcn_u1582
phpcn_u1582

reply all(1)
伊谢尔伦

No need to undo, git fetch has no effect on local branches.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template