1. smartgit拉取子分支 1.1首先找到你的上一级分支,点击“十”–New branch(新分支) 1.2 给你的分支命名,然后create branch 1.3git上分支创建完成后,打开smartgit,右键origin—fetch more—fetch(取),这样就把你刚才创建的分支找到了,接下来就需要把远程的分支clone到本地了 1.4点击 Repository(库)—clone—填入主分支远程仓库地址–next 1.5找到创建的分支—next