GIT Essentials
This post is about the git skill level I expect when someone puts “Git” on their CV – practical, professional usage rather than just knowing git commit.
- Know this before you write Git on your CV
- Git basics if you are getting paid
- Git Warrior
- Git Guru & beyond
Before you write GIT on your CV for your next job interview, make sure you know how to use GIT professionally; read on.
If you are here you know that GIT is likely the most popular version control system used in the known universe. If you are a developer looking to get paid GIT is one of your most important tools for doing a professional job.
Any developer can write code. Professional developers know how to organise code changes so that they can be easily reviewed, patched and reasoned about. GIT like other version control systems is the tool that helps us to work professionally.
Unfortunately, there is a disconnect between using GIT and using GIT Professionally.
