by Manvir | Aug 24, 2014 | Git, Project Management, SCM, Tool
Gerrit Overview Web based code review and project management for Git based project Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer Gerrit simplifies Git based project maintainer-ship by...
by Manvir | Aug 3, 2014 | SCM
Introduction to Git & Git Commands What is Git? Keeps track of changes (text especially) Version control system (VCS) Source Code Management (SCM) Git is distributed version control system: Different users maintain their own repository instead of working from...