1 Star 0 Fork 469

ststc/learngit

forked from 廖雪峰/learngit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FelixOldMan.txt 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
廖老师,
你好!
谢谢你的教程,将来也会继续在你的主页上进行学习其他技能,也一并感谢。
我遇到一个问题,如果你会看到我写给你的这封信件的话,烦请拨冗解答。
若有其他师兄弟不小心点进我的文件,也看到这个问题的话,也烦请拨冗解答。
先再次感谢。
我的邮箱:76247156@qq.com
我的一个repository(https://github.com/FelixOldMan/hello-world)里面有两
个branch( master dev)。其中都有一个branch.txt,内容不同,如下;
master:branch.txt
Creating new branches is quick and simple.
Now, let's try to merge without fast-forward mode.
Cmd: git merge --no-ff -m "merge with no-ff" dev
dev:branch.txt
Creating a new branch is quick and simple.
Now, let's try to merge without fast-forward mode.
Cmd: git merge --no-ff -m "merge with no-ff" dev
I type in this line in order to learn 'git stash' feature.
path: usr/bin/env
coding: utf-8
然而我create pull request时,
base:master compare:dev
显示的diff如下:
@@ -1,3 +1,6 @@
Creating a new branch is quick and simple.
Now, let's try to merge without fast-forward mode.
Cmd: git merge --no-ff -m "merge with no-ff" dev
+I type in this line in order to learn 'git stash' feature.
+path: usr/bin/env
+coding: utf-8
!也就是忽略掉了第一行的不同。!
请问这是怎么一回事儿呢?
我的邮箱:76247156@qq.com,烦请赐教!
谢谢!
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ststc/learngit.git
git@gitee.com:ststc/learngit.git
ststc
learngit
learngit
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385