UNPKG

hudada-cli

Version:

专为程序员准备的本地文档搜索,快捷开发工具

9 lines (6 loc) 192 B
# git pull ```bash # 合并指定分支到当前分支 $ git pull . topic/branch ``` 即使当前分支有没有 commit 的变动,也可以使用`git pull`从远程拉取分支。