I have a few pushed commits, this is what my remote branch looks like:
Date: June 25, SHA: 123, files: a,b, message: fix code feedback
Date: June 24, SHA: 234, files: b, message: move pixel margins
Date: June 23, SHA: 345, files: a,b,c,d, message: Initial Commit
I have accidentally committed file "d" in the initial commit which I want to remove from the commit. How do I do this? I am the only one working on this branch.