Git is a distributed version control system created by Linus Torvalds in 2005. It allows tracking changes to files and coordinating work among contributors. Common Git commands include git add to stage files, git commit to save file changes to the local database, and git push to sync changes with remote repositories. Branches allow contributors to work independently on different features or fixes simultaneously. Merging brings changes from one branch into another.