Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 184 Bytes

git.md

File metadata and controls

11 lines (6 loc) · 184 Bytes

Git Cheatsheet

Create new git repository

git init

Set user and email

git config --global user.name "Will Coquillette"

git config --global user.email "[email protected]"