浏览代码

Merge pull request #9 from htwg-syslab-bsys-ws17/manuelVo-patch-1

Fix errors in hw0 that occured during the presentation
Stefan Junker 8 年前
父节点
当前提交
3e9afdb78a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      hw0/gittask0/README.md

+ 2
- 2
hw0/gittask0/README.md 查看文件

51
 * Erstelle einen Pull-Request von _hw0-UserB_ auf _hw0_.
51
 * Erstelle einen Pull-Request von _hw0-UserB_ auf _hw0_.
52
   **Konflikt tritt auf!**
52
   **Konflikt tritt auf!**
53
 
53
 
54
-### User A @ Container
54
+### User B @ Container
55
 ```bash
55
 ```bash
56
 git checkout hw0
56
 git checkout hw0
57
 git pull
57
 git pull
58
 git checkout hw0-UserB
58
 git checkout hw0-UserB
59
-git merge hw0-UserA
59
+git merge hw0
60
 # edit SOLUTIONS.md
60
 # edit SOLUTIONS.md
61
 git commit -v SOLUTIONS.md
61
 git commit -v SOLUTIONS.md
62
 git push
62
 git push

正在加载...
取消
保存