0%

Git设置默认分支

要把push和pull的默认分支设置为dev,那么:

1
git branch --set-upstream-to=origin/dev dev