1 min read
Git常用命令

多个提交合并成一个

# 在打开的vi中,把要合并的加上squash
git rebase -i

切换分支

git swtich