Logging Git-generated Commands from Magic xpa
You can log all the Git commands that were executed from Magic xpa Studio.
The special flag [MAGIC_SPECIALS]SpecialGITLog = <full Filename> is provided to create a file and log the commands into it.
When the flag exists under [MAGIC_SPECIALS] with the value SpecialGITLog=<full Filename> where <full Filename> is the filename with absolute path at which the log file would be created, all the direct Git commands executed in Magic xpa studio are logged in the given file.
For example, [MAGIC_SPECIALS]SpecialGITLog = Gitlog\myGitlog.log
In case the file path is relative as in the above example, the log file is created in the working directory.
Highly Recommended:
Mandatory:
Since version: 4.7
Connecting Magic xpa with Git Repository