Using Git with Packages
The contents of a ChangeMan ZMF package can be defined as a remote git repo. You can then use git for managing concurrent local development of package components.
Common git oriented tasks can be performed such as:
-
Cloning the remote repo (that is, the package) locally
-
Changing source components in your local repo and pushing them to the remote repo
-
Pulling and merging changes from the remote repo to your local repo