How to add a same file in different locations in GIT on same branch If i update in one place it should reflect in other place also
Here is the flow
file a.txt under directory "DIR 1" and i need same file under directory "DIR 2 "
If I commit /update anything on a.txt it should reflect two places.
I used symbolic links no use is there any way to get it down ?