查看分支

如何切換分支

切換分支

當我們要查看分支的內容

git checkout name

切換到 name 分支

查看分支

看現在在哪個分支底下

git branch

Last updated

Was this helpful?