Preface: Understanding Git Git is an open source distributed version control system used to efficiently manage file changes (especially code), record the history of every modification, and support multi-person collaborative development. Git Advantages In one sentence: Git = a time machine for file changes + a bridge for team collaboration + a guardian of code…