Could you describe your day-to-day use of Git?
Experience Level: Junior
Tags: GitSDLCSource 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
- git stash
- git merge
- git checkout
Related Git job interview questions
What are the major benefits of using Version Control System (VCS)?
GitSource control Junior