This site is under active development. If something is broken, missing, or just doesn't feel right, it just means we're busy building and tweaking things.
This one has been tough to commit to memory (ha, get it?) and I often find multiple answers when searching online. What should be my go-to method?
Engineer
answer
@sayzlimThe following command will reset the recent commit while keeping the changes you've made. You can update the argument form soft to --hard if you're certain that you're not going to keep the changes. git reset HEAD~ --soft