Git 命令

帮助

git 命令行选项和常用命令列表

git --help

查看某个命令的帮助,比如 branch

# 命令行帮助
git branch -h

# man 详细帮助,Windows 是在浏览器中打开帮助页面
git help branch

资料

小抄 cheat sheet