Actually the question:
- Created on github a clone of one project.
- He made his own changes and commited.
- Now I look in the original too there were kommita.
And how to transfer commits of the original project to your clone? The answer is preferably with an example, and not just a link to git commands.
Shl.
Question on github prog. It has buttons:
- revert commit (create a new commit that changes in this commit)
- roll back this commit (roll back this commit leaving all changes made in your working directory)
What exactly are they responsible for and which of them must be used to cancel any commit?