PCB Design - Design Review and Testing
Given the following Git commands executed in order:
What is the current branch and commit count?
git init
git add board.kicad_pcb
git commit -m "Initial commit"
git branch dev
git checkout dev
git add board.kicad_pcb
git commit -m "Update dev version"
What is the current branch and commit count?
