Skip to content

Index

What is Source Code Control ?

Source Code Control ,is the centralized version control system, to track the development life cycle of the application and it simplifies how you interact with your Git repositories so you can focus on coding.

From developers, will get unified code review and automation with a common set of tool integrations across all repositories, multiple developers can work and commit. From Organisation, gain much-needed centralized user permission management and to better knowledge about the product changes and sustained review of the product.

It supports to manage the Qlik application, mash-up & extension files and InfoXD app.

Why use Source Code Control ?

• Multiple users can work with the same code.
• Team Collaboration for better code quality
• Visualize and manage your repositories
• Review change sets, pick between branches and more.
• User based authorization
• Trust with the commit as any change can revert based on commit.