Can't seem to discard changes in Git

后端 未结 20 1337
傲寒
傲寒 2020-11-29 21:17

After seeing the following from the command line:

# On branch RB_3.0.10
# Changed but not updated:
#   (use \"git add ...\" to update what will b         


        
20条回答
  •  遥遥无期
    2020-11-29 21:59

    I ended up doing a git stash followed by a git stash clean to get rid of some. Didn't see any auto cr/lf configurations in .git/ or ~/.git stuff.

提交回复
热议问题