git

Using Git

Below are some notes on how to use git from day to day.

Basics

 

Command Description

$ git config --global user.name "<your name>"
$ git config --global user.email "<your email>"

Syndicate content