📜  git new branch - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:52.255000             🧑  作者: Mango

代码示例6
# to create a new "footer-fix" branch
$ git branch footer-fix

# to create AND switch to "footer-fix" branch
$ git checkout -b footer-fix