If on the master branch I have a file in the path path/to/foo and I want to pull the changes from the file path/to/foo into another file with the path differentpath/to/bar, is there a way to do this? Essentially, I want the file bar to track changes from the file foo.
Asked
Active
Viewed 25 times
0
-
"pull the changes" may be misleading, "git pull" probably won't help here – Jan Blumschein Jul 06 '20 at 01:53
-
https://stackoverflow.com/search?q=%5Bgit%5D+apply+changes+file – phd Jul 06 '20 at 12:36