mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 11:26:10 +00:00
Fix typo in version-control docs
This commit is contained in:
parent
b969f91d66
commit
4c59a243dc
@ -295,7 +295,7 @@ You can't do `git push upstream` unless you have write-access to the upstream Ev
|
||||
This should be done in your fork of Evennia. You should _always_ do this in a _separate git branch_ based off the Evennia branch you want to improve.
|
||||
|
||||
git checkout main (or develop)
|
||||
git branch - b myfixbranch
|
||||
git branch -b myfixbranch
|
||||
|
||||
Now fix whatever needs fixing. Abide by the [Evennia code style](./Evennia-Code-Style.md). You can `git commit` commit your changes along the way as normal.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user