所有公开日志
跳到导航
跳到搜索
所有Wikioe公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2022年6月4日 (六) 05:01 Eijux 讨论 贡献创建了页面Git:命令辨析 (创建页面,内容为“category:Git == pull 与 fetch == More precisely, git pull runs git fetch with the given parameters and calls git merge to merge the retrieved branch heads into the current branch. With --rebase, it runs git rebase instead of git merge. 更准确地说,'''git pull''' 使用给定的参数运行 '''git fetch''' ,并调用 '''git merge''' 将检索到的分支头合并到当前分支中。 带有 '''--rebase''' 时,它运行 '''git rebase''' 而不…”)