[PATCH] D100696: Fixed typos
Shivam Gupta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 17 01:50:02 PDT 2021
xgupta added a comment.
@jnyfah If you are missing something I am just telling you the steps -
1. First fork the llvm github repository
2. git clone https://github.com/jynfah/llvm-project
3. git checkout -b type-fix
4. make changes to files.
5. git diff > mypatch.patch
6. git commit -m "fix typo"
7. go to reviews.llvm.org and login and click on differential then create diff and update the diff (mypatch.patch)
8. complete remaining entries.
Then there is an arc tool way, install it from https://secure.phabricator.com/book/phabricator/article/arcanist_quick_start/.
after the 4th step, skip 5 and complete 6, and then do `arc diff` to create a revision from the terminal. You will be asked to verify credentials.
If reviewers asks you to make changes, checkout your local branch, make changes and then again do `arc diff`.
Don't forget to rebase by `git pull --rebase https://github.com/llvm/llvm-project.git main`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100696/new/
https://reviews.llvm.org/D100696
More information about the cfe-commits
mailing list