Compare commits

...

13 Commits

Author SHA1 Message Date
  wangxinyu 6f30f09407 停止追踪 3 days ago
  wangxinyu 2de33655a9 Merge branch 'out_double' into new_branch 3 days ago
  wangxinyu fae2aa2f2b 添加新内容 3 days ago
  wangxinyu 4a3b6d324d 制造冲突 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
4 changed files with 20 additions and 1 deletions
Split View
  1. +4
    -1
      hello.c
  2. +15
    -0
      hello.c.rej
  3. +0
    -0
      patch.diff
  4. +1
    -0
      test.txt

+ 4
- 1
hello.c View File

@@ -7,7 +7,10 @@ void main()
printf("hello world\n");
printf("hello world\n");
printf("nihao\n");
printf("helloworld\n");
printf("你好\n");
printf("haode\n");
printf("制造冲突\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;

+ 0
- 0
patch.diff View File


+ 1
- 0
test.txt View File

@@ -0,0 +1 @@
停止追踪

Loading…
Cancel
Save