Code Life Cycle Flashcards
1
Q
PR
PULL REQUEST
A
An approval of your code by senior DEV and SENIOR QA
It’s a way to ask the person in charge to add your changes to the website.
2
Q
What is Repo?
A
Repo is short for repository which is a place to store and manage code files.
Example: A repo is like a folder on your computer where you keep all your project files.
3
Q
A
Each branch is a copy of the main codebase. Developers can make changes to the code in their own branch, test it, and merge it with the main branch once it’s ready.