[go: up one dir, main page]

Page MenuHomePhabricator
Paste P12961

Amend your existing commit in Gerrit
ActivePublic

Authored by Vidhi-Mody on Oct 10 2020, 10:30 AM.
Tags
None
Referenced Files
F32380330: Amend your existing commit in Gerrit
Oct 10 2020, 10:37 AM
F32380322: Amend your existing commit in Gerrit
Oct 10 2020, 10:30 AM
Subscribers
None
1. Go to the mediawiki/core folder in your terminal.
cd mediawiki/core
2. Fetch the patch.
git review -d your-patch-number
3. Add your Phabricator username to `tests/selenium/README.md`.
4. Amend the commit.
git add tests/selenium/README.md
git commit --amend
5. Change the commit message to the following:
Make a trivial change to tests/selenium/README.md file
This is an Outreachy micro-task.
Bug: T265011
6.Push the amended commit back to Gerrit.
git review -R