dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Checkout files from commit requires user to know filenames #604

Open mgorra opened 6 years ago

mgorra commented 6 years ago

It asks for user input as to filenames to select, which is a problem if you don't remember exactly what is in a commit, or how it's spelled. It should probably be replaced with a menu of some sort to select from. Additionally, trying to checkout a non-existent file doesn't give a notification.