# git > Distributed version control system. - Author: BeRi - Repository: iberi22/moltbot - Version: 20260201235140 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/iberi22/moltbot - Web: https://mule.run/skillshub/@@iberi22/moltbot~git:20260201235140 --- --- name: git description: "Distributed version control system." metadata: moltbot: emoji: "🌲" category: "development" mandatory: true requires: bins: ["git"] install: - id: "brew" kind: "brew" formula: "git" os: ["darwin", "linux"] - id: "scoop" kind: "scoop" formula: "git" os: ["win32"] - id: "choco" kind: "choco" package: "git" os: ["win32"] - id: "apt" kind: "apt" package: "git" os: ["linux"] ---