Clone a Git repository with the ServiceNow IDE
Clone a remote Git repository to collaborate on applications in source control with the ServiceNow IDE.
시작하기 전에
- Create a workspace for your applications. For more information, see Create a workspace in the ServiceNow IDE.
- Set your basic or OAuth 2.0 credentials for the ServiceNow IDE to connect to your Git repository. For more information, see Connect to a Git provider using basic authentication with the ServiceNow IDE or Configure OAuth 2.0 credentials to connect to a Git provider with the ServiceNow IDE.
Role required: admin
이 태스크 정보
You can clone a remote Git repository that contains applications created or converted with the ServiceNow IDE or ServiceNow SDK. The repository must contain one or more applications with now.config.json and package.json files.
Cloning is intended for developing an application on multiple non-production instances and managing it in a single repository. To publish an application and deploy it to a production instance, use the Application Repository. For more information, see ServiceNow application repository.
프로시저
결과
The application is added to the instance and your workspace with the files from the remote repository. Only the default branch is cloned initially. To check out another branch, you must fetch the other branches from the remote repository using the Git: Fetch command from the command palette.
다음에 수행할 작업
You can check out or create branches in the repository and push changes to the remote repository. For more information, see Using source control in the ServiceNow IDE.