mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
Link to the pull-merge-push level in the README
This commit is contained in:
parent
af2c36a145
commit
f73db61c1c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ git commit -m "Initial commit"
|
|||
test "$(git show HEAD:people_who_are_awesome | wc -l)" -ge 2
|
||||
```
|
||||
|
||||
A level can consist of multiple repositories. To have more than one, you can use sections like `[setup <name>]` and `[win <name>]`, where `<name>` is the name of the remote. The default name is "yours". All repositories will add each other as remotes. Refer to the *experiments/pull-merge-push* level for an example.
|
||||
A level can consist of multiple repositories. To have more than one, you can use sections like `[setup <name>]` and `[win <name>]`, where `<name>` is the name of the remote. The default name is "yours". All repositories will add each other as remotes. Refer to the [experiments/pull-merge-push](levels/experiments/pull-merge-push) level for an example.
|
||||
|
||||
### Level guidelines
|
||||
|
||||
|
|
Loading…
Reference in a new issue