在git commit的后面加一个-a,会把untracked文件也全部add进去。今天stash的时候也突然鬼使神差地加了个-a,看起来似乎没有问题。然后在stash apply的时候悲剧了: .../xxx/temp/xxx.jar already exists,no checkout.../xxx/temp/xxx.jar already exists,no checkout.../xxx/temp/xxx.jar already exists,no ...
bar.js already exists, no checkout error: could not restore untracked files from stash The stash entry is kept in case you need it again. Debug Logs expand to view lint-staged:bin Running `lint-staged@10.1.1` +0ms lint-staged:bin Options parsed from command-line: { allowEmpty: false,...
Could not restore untracked files from stash Developer Tools & Services Xcode Continuous Integration joshua_hii_zhen_hua Created Mar ’18 Replies 11 Boosts 0 Views 7.3k Participants 2 I lost all the files in my Xcode project after running git stash. Only ViewController and Main.story...