Docs/Setup & Configuration/Git Setup

Git Setup Guide

CodePus source control features depend on Git.

Install Git

  • Windows: Download and install from git-scm.com
  • macOS: Install via Xcode Command Line Tools or Homebrew
  • Linux: Use package manager apt install git or yum install git
  • After installation, CodePus will automatically detect Git.