inpycon2019
inpycon2019 copied to clipboard
Modified maplink
Why are there unrelated commits in the PR?
Because of unrelated commits, I made a separate branch and pushed new changes but again it is including unnecessary commits .
On Sat, 10 Aug 2019, 07:38 Sivasubramanyam A, [email protected] wrote:
Why are there unrelated commits in the PR?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pythonindia/inpycon2019/pull/140?email_source=notifications&email_token=AF7AJA67KPA33YCJHOVE4WTQDYPLRA5CNFSM4IKU2UT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4AD35Y#issuecomment-520109559, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7AJAYNEEFE7HYT37HS3WLQDYPLRANCNFSM4IKU2UTQ .
@anujaagarwal, I would recommend reading up on how to use Git and GitHub. Please remove the unrelated commits from both PRs.
Okay, noted!
I tried doing git rebase -i HEAD~n command to drop commits but by doing that my changes become unchanged, it again comes to previous mode. Review my PR from next time i will push my commit accordingly.