The CreatorCon Call for Content is officially open! Get started here.

Is there a way to implement version control in ServiceNow except using GIT. Maybe something which is solely using ServiceNow's repository and not dependent on any other source control like Git, Azure or SVN.

Mohd Kashif Bei
Kilo Contributor

I am trying to find a way to use version control for my source code of ServiceNow. Id there a way to implement this without being dependent on Git?

10 REPLIES 10

Ravi9
ServiceNow Employee
ServiceNow Employee

sn already has its own version control , on top you can integrate with other ones as well , so what exactly you mean ?

I have a project which is running under PPM in ITBM, for that I want to implement release management. That is I should be able to merge the code, resolve the conflicts and so on. 
Is there a way we can achieve it by ITBMs own version control?

ok so if i understand right , you are looking for a git like solution but NOT for sn developed code ? in that case i think you will need DevOps plugin and few other supporting systems , have a look at the doc site if thats what you need !

Can you please send a particular Doc link related to this?