TortoiseGit File-based Commands with Magic xpa Studio
Git has few file-based commands like Add and Delete.
For example, you can create new file(s)/folder(s) and decide to add it to the local repository. The Add command from Git version control menu will add the selected files/folders to the local Git repository. Later you can perform Commit and Push operations.
In Magic xpa, due to the nature of project structure, these file-based operations are handled internally when at the time of creating program/task. Magic xpa handles Add and Delete of the file to the local repository, internally. Additionally, Magic xpa performs the steps to maintain the program repository xml.
Connecting Magic xpa with Git Repository