I made a Pull Request that had only one commit. This commit includes some changes like:
adding function a()
and function b()
.
How can I divide this commit into two commits, so
the first commit will have the changes related to function a()
the second commit will have the changes related to function b()
Can I do this? and How?
Thanks in advance.