git Command

git clone https://whatever.git

git add [. or file]

git status

git branch

git checkout

git checkout -b "yourname/newbranch"

git reset ^head


Conventional Commit

Type