I am trying to pull from GIT using verbose, it shows all the updated files but it is not showing the absolute path for those files.Is there a way to get full path for the updated files.
i tried command:git pull --verbose
output: Updating b88b206..4a5f5dd Fast-forward .../main/com/manh/cbo/syscode/finitevalue/TESBSysCodeType.java | 3 --- 1 file changed, 3 deletions(-)
i want something like:
Updating b88b206..4a5f5dd Fast-forward C:/GIT/WM2013/te/manifest/JavaSource/main/com/manh/cbo/syscode/finitevalue/TESBSysCodeType.java