You are here

GIT Repository

Subscribe to Syndicate
All code & web pages (other than Omnis Studio) is saved in our GIT repository from git-lab

There is ample documentation on

  • git-lab on line
  • and the general usage of git to make:
    • repositories
    • Pushing changes (similar to Check-in)
    • Pulling revisions (get latest changes for a branch)
    • Making branches (we always have master, current development branch and any a number of specific branches for features)
    • Merging branches

Various Git tools provide ample ways of diff-ing changes in versions, seeing who made the change (blame) etc.