me icon indicating copy to clipboard operation
me copied to clipboard

学习 git

Open nonocast opened this issue 2 years ago • 0 comments

discard

version control - How do I discard unstaged changes in Git? - Stack Overflow

2个方式,推荐restore:

  • git restore .
  • git checkout -- . or git checkout .

nonocast avatar May 15 '22 03:05 nonocast