Oct 2, 2024
Pushing Pulse VCS folder into a remote GIT
Pulse is constantly tracking changes made by IBM Planning Analytics (TM1) developers. These changes are stored in a local vcs folder.
It is possible to send these changes into a remote GIT repository. To do that, a script is available inside the vcs folder:

- Edit the GitRemotePush.bat and set the “gitPath=” variable to the path where Portable git was installed .i.e gitPath=”D:\Cubewise\SoftwareDivision\Utilities\PortableGit\cmd\”
- 1 repository by instance
- set the tagname of the remote to something consistent, like origin, source, etc.
- Pulse only works with the master branch. there is no multi branch support for the moment
About the aunthentication:
GitRemotePush uses the windows credential helper of git, if your repository has requires the user and password, the credentials will be requested the first time
the script executes, unless the password is changed, the credentials will not be asked again.