Files
natto/Tenmado/Git.md
2023-07-26 19:25:57 -04:00

377 B

#Public/Notta

Cheatsheet

Most use command:

git clone url ## Clones a repo

Setting up a new git dev environment: Set up global information to keep stuff organized and see changes made by others:

git config --global user.name "username" ## Configures global username
git config --global user.email "email" ## Configures global user email