If I have a file code/main.js and it has three published version
aa1234
bb5678
cc7890
Now that I want to revert the commit bb5678 and make the file contains changes in aa1234 plus cc7890. Is this possible in git? What command should I use?
 
    