I frequently find myself wanting to checkout only certain files in a tree but cant because I have modified them locally and dont want the hassle of trying to figure out merge (I dont want to merge anything - I just want the git version of certain files).
So how can I force a checkout of, for example, "db-backup*" where these files are scattered over a directory structure?
e.g
git-parent
- dir1
- db-backup1
- dir2
- db-backupA
thanks,
r.