分支 创建新分支用于之后修改后可以回到当前状态 创建分支:git branch branchname列出所有分支:git branch切换分支:git checkout branchname删除分支:git branch -d branchname