<aside> 💡
https://git-scm.com/downloads/win
git command
✔ git config --global user.name "jordan"
✔ git config --global user.email [email protected]
✔ git config --list
✔ git --help
✔ git init
✔ git status
✔ git add <filename or expr>
✔ git rm --cached <filename>
✔ git commit
✔ git log
✔ git reset <HashIndex> --hard
✔ git branch
✔ git checkout <branchname>
✔ git merge <branchname>
✔ git branch -d <branchname>
✔ git log