So, I'm trying to apply an old commit by using cherry-pick, but seems more difficult than I thought.
This is what the BASH looks like...
--HEAD IS IN THE MASTER BRANCH-
git cherry-pick 6a0c632
error: could not apply 6a0c632...
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths> or "git rm <paths>'
hint: and commit the result with 'git commit'
I've been using Git for only 2 months and the only commands I've used are the basic ones: add, commit, push, pull...