Git lost local commited files after git checkout
问题 I was switching from a different branch so I can do a push. While doing the checkout the files were open in my editor which may have caused a permission denied error. Did git lose all my files? I dont know how to get them back. Here is what i did - The files are lost are js/Messages directory templates/Messages directory These were open in my editor when i was doing git operations C:\Users\***\Documents\myproject>git pull Password for 'https://********@bitbucket.org': Already up-to-date. C: