Source Control
What are features of the ServiceNow integration with a Git repository?
1) Create tags to permanently link to a version of an application 2) Import application files from a Git repository 3) Pull or Commit individual files 4) Commit all local changes for an application to the Git repository
What best describes how a developer begins the process to merge a branch?
1) In GitHub, select the branch to merge and click the New pull request button 2) In GitHub, select the Compare & pull request button for a recently pushed branch
What best describes a stash?
A local Update Set of uncommitted files
What best describes how application changes are saved to a remote repository?
Commit Changes from the Source Control menu in Studio
What best describes how a development environment is configured to use multiple instances?
Create the application in one instance, link to source control, and import from source control for all other instances.
The only ways to resolve a conflict when applying a stash are to Take Stashed Changes or Discard Stashed Changes.
False
Through a MID Server
How can an application link to a repository behind a Firewall?
What describes how a tag is used with the Now Platform?
In Studio, open the Source Control menu and select the Create Branch menu item. Select a tag to use for branch creation.
Stash
The source-control operation used to store local changes on an instance for later application is called a:
Application Repository is used for installing and updating applications on all company instances.
True
Application Name
What is not required to link a ServiceNow application to a Git Repository?
1) source_control 2) admin
What roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control?
Create Branch
What source control operation is available from both Studio and the Git Repository?
Git
What source control platform does the source control integration in Studio support?