Git Setup – Local Machine

  1. Installation
  2. Setup for local

Installation

Open Terminal and Enter git

$ git
$ git --version
git version 2.24.3 (Apple Git-128)

or Download https://git-scm.com/download/mac

GitHub or Gitlab username.

$ git config --global user.name “github or gitlab username”

Enter GitHub or Gitlab email.

$ git config --global user.email “valid email”

Line Coloring.

$ git config --global color.ui auto

Leave a Reply

Your email address will not be published.

ANOTE.DEV