mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-11 19:04:50 +01:00
Correct a level link in the README
This commit is contained in:
parent
4c9e262a18
commit
746dc24bfb
2 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,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](levels/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 [remote](levels/remotes) levels examples.
|
||||
|
||||
### Level guidelines
|
||||
|
||||
|
|
2
levels/changing-the-past/sequence
Normal file
2
levels/changing-the-past/sequence
Normal file
|
@ -0,0 +1,2 @@
|
|||
rebase
|
||||
reorder
|
Loading…
Reference in a new issue