you don’t like the changes you’ve made, and you want to take yourself back to the way your workspace was when the last Git commit happened. That’s not an unreasonable request.
It’s very easy; you don’t need to memorise it – just remember that git rebase --interactive lets you correct commits no matter how long ago they were. Note that you will not want to change commits that you have already pushed. Or maybe you do, but in that case you will have ...
➜ tarantool git:(master) ✗ ./src/tarantool Tarantool 2.7.0-70-g10a1c6090 type 'help' for interactive help tarantool> fiber = require('fiber') --- ... tarantool> box.cfg{listen = 3301, memtx_use_mvcc_engine=true} 2020-11-29 12:37:52.826 [68811] main/103/interactive C> Tar...
But when I open SourceTree, it still shows the unpushed commit, and I'm not sure how to get rid of it. Maybe I could push it and revert it somehow, but I'd prefer to just never push it to the on-line repository. I thought maybe I could use the command "Reset current branc...