QuestionQ10
DevSecOps Pipeline-Code StageMaria Howell works as a senior DevSecOps engineer at Global SoftSec Pvt. Ltd. Her team is currently developing cybersecurity software, with 5 developers working on code development. Howell's team uses a private GitHub repository for source code development.
Which of the following commands should Howell use to grab the online updates and merge them with her local work?
- A $ git grabs remotename branchname
- B $ git push remotename branchname
- C $ git pull remotename branchname
- D $ git get remotename branchname
Community Discussion