Compare commits

...

10 Commits

Author SHA1 Message Date
  wangxinyu fae2aa2f2b 添加新内容 3 days ago
  wangxinyu 15e3f70926 添加内容 3 days ago
  wangxinyu 12ec4f62ec Revert "测试回滚提交" 3 days ago
  wangxinyu 3b727f6c92 测试回滚提交 3 days ago
  wangxinyu 78a16a651a Merge branch 'out_double' of http://gitea.xinje.cc/wangxinyu2/test into out_double 3 days ago
  wangxinyu e26b3cf3e1 提交 3 days ago
  wangxinyu 065d267000 reset 3 days ago
  wangxinyu 1f867f24e3 Merge branch 'out_double' of http://gitea.xinje.cc/wangxinyu2/test into out_double 6 days ago
  wangxinyu a295d0ac6f change_reset 6 days ago
  wangxinyu 43a89e995d Revert "Merge branch 'out_double' of http://gitea.xinje.cc/wangxinyu2/test into out_double" 1 week ago
2 changed files with 17 additions and 1 deletions
Split View
  1. +2
    -1
      hello.c
  2. +15
    -0
      hello.c.rej

+ 2
- 1
hello.c View File

@@ -7,7 +7,8 @@ void main()
printf("hello world\n");
printf("hello world\n");
printf("nihao\n");
printf("helloworld\n");
printf("你好\n");
printf("haode\n");
printf("添加新内容\n");
return 0;
}

+ 15
- 0
hello.c.rej View File

@@ -0,0 +1,15 @@
diff a/hello.c b/hello.c (rejected hunks)
@@ -2,10 +2,13 @@
void main()
{
+<<<<<<< HEAD
printf("hello world\n");
printf("hello world\n");
printf("hello world\n");
printf("hello world\n");
+=======
+>>>>>>> 20bf8d7c8a17a7354dfe3d735a034ad3ffe96ba5
printf("nihao\n");
printf("helloworld");
return 0;

Loading…
Cancel
Save