What is the outcome of executing this command? git clone ssh:/[email protected]/path/to/my-project.git
Question 22
Which action does the Git command git merge allow the developer to perform?
Question 23
How does a developer create and switch to a new branch called `my-bug-fix` to develop a product fix?
Question 24
DRAG DROP - Drag and drop the Git commands from the left onto the right that add modified local files to a remote repository. Not all options are used. Select and Place:
Question 25
A developer needs to prepare the file README.md in the working tree for the next commit operation using Git. Which command needs to be used to accomplish this?
Question 26
A developer is reviewing a code that was written by a colleague. It runs fine, but there are many lines of code to do a seemingly simple task repeatedly. Which action organizes the code?
Question 27
Which principle is a value from the manifesto for Agile software development?
Question 28
Which advantage does the agile process offer compared to waterfall software development?
Question 29
How do XML and JSON compare regarding functionality?
Question 30
What are two principles of an infrastructure as code environment? (Choose two.)