Closed SinithH closed 5 years ago
Hi, thanks for this fix, but can you please check why it contains two commits with the same change?
because I have merged it into my forked repo first
Ok, we generally use rebase instead of self-merges, could you please rebase your PR to the latest master?
How can I do that?
If you use gitup from gitup.co you just press opt+r on the branch your want to rebase and then force push it.
You could also
git push --fore origin SinithH-patch-1
). This will update the PR automatically.I have no idea how to do that I am new to these
Hacktoberfest is a good time to learn :)
https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase
It would make sense to just start over from the current master (it has been updated just a few mins ago).
I can't understand
fixed some typos