I have very nested directories in a project, and I'm a lazy programmer.
Let's say I have a file name EventEditor.foo
I want to stage my file regardless of whether it's in the root directory or ./src/holy/sweet/mother/of/baby/raptor/jesus/this/is/a/long/hiearchy/EventEditor.foo
My goal would be to be all, "Yo Git, add EventEditor" and bam. It stages it with me only having to type something like git add *EventEdi*
. Is this possible? Or am I day dreaming?
Much <3. Thanks if you spend any time answering :)