She asked me about Git and how the process works for continuous version control.
Sigiloso
Create a repository, work on a specific branch, and then use the terminal for commands like git add, git commit, and git push. I usually also review changes beforehand with git pull and then push them to my fork or main repository. Resolve conflicts and create pull requests.