Developer Roadmap
TopicStep 13 filesOpen folder on GitHub

Learn The Basics

installing-git.md
View on GitHub

INSTALLING GIT LOCALLY

References

Install Git

Windows

  • Download dari: LINK
  • Install
  • Setelah selesai buka Git Bash
  • Cek
    git --version
    
    Muncul versi dari git

macOS

  • Biasanya sudah ada, cek:
    git --version
    
  • Kalau belum ada
    brew install git
    

Linux

sudo apt install git

Initial Setup

Set identitas kamu:

git config --global user.name "Nama Kamu"
git config --global user.email "emailkamu@example.com"

agar Git mencatat siapa yang commit