QuestionQ346
Software Development and Design
Refer to the exhibit. A developer observes that some tasks are repeated in the development workflow. To reduce the work required, the developer creates a Bash script for use during development. The script uses messages to interact with the user and integrates with a version-control system. Which workflow does the script automate?
- A Update the master branch with an untracked file.
- B Push all changed files on Git with a message on a branch.
- C Undo a commit.
- D Push on the current branch.
Community Discussion