Fix commit command in README instructions, as per #5606 (#5607)

This commit is contained in:
Kiril Isakov
2026-01-23 13:18:41 +01:00
committed by GitHub
parent 7e36cfb667
commit d51a7a44ad

View File

@@ -129,7 +129,7 @@ You can read more here: https://docs.invidious.io/applications/
1. Fork it ( https://github.com/iv-org/invidious/fork ).
1. Create your feature branch (`git checkout -b my-new-feature`).
1. Stage your files (`git add .`).
1. Commit your changes (`git commit -am 'Add some feature'`).
1. Commit your changes (`git commit -m 'Add some feature'`).
1. Push to the branch (`git push origin my-new-feature`).
1. Create a new pull request ( https://github.com/iv-org/invidious/compare ).