Closed ShaDe2312 closed 3 years ago
Hi @ShaDe2312 :wave:
Can you please run these commands:
git commit --amend --no-edit --signoff
git push --force-with-lease origin patch-1
This will fix the DCO.
Hi. I did run those commands, in the second command it said:
$ git push --force-with-lease origin patch-1
error: src refspec patch-1 does not match any
error: failed to push some refs to 'https://github.com/ShaDe2312/moja_global_docs.git'
Edit: To anyone who might face same issue, this happened because I made the changes initially on Github, in an (automatically created) branch names patch-1, and this branch didn't exist locally, leading to the error. It fixed when I used
git switch patch-1
, and then ran the two commands again.
@HarshCasper I think this is good to go
@all-contributors bot please add @ShaDe2312 for documentation
@HarshCasper
I've put up a pull request to add @ShaDe2312! :tada:
Pull Request Template
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Additional Context (Please include any Screenshots/gifs if relevant)
...
Checklist: