GIT 创建分支

1. 创建分支

git branch testing 
git log --oneline --decorate
git branch
git checkout master

1.切换分支使HEAD 回到maste分支。
2.恢复工作区master 分支的内容。

git log --oneline --decorate --graph --all

并以图形方式显示

git co -b