Could you describe your day-to-day use of Git?
Experience Level:
Junior
Tags:
SDLC
Source control
Answer
Nice to hear
- Command-line client vs UI tool
- git init / git clone
- git add (stage changes in a directory/file)
- git commit -m "msg"
- git status
- git log
- git diff
- git pull
- git push
Related Git job interview questions
-
What are the major benefits of using Version Control System (VCS)?
Git Source control Junior