- git clone "http...."
- git config --get-all user.name
- git config --global user.email "email"
- git config --global user.name "name"
- git log
- gitk --all
- git branch
- git branch branch_name
- git checkout branch_name
-s git commit -m "text"
-s git commit -m "text"