So I'm fairly new to version control but managed to setup sourceTree with bitbucket relatively easily.
I also now understanding basic concepts such as commit, push and pull.
I can't however find any documentation (that doesn't involve text commands) on how to revert all my uncommitted changes at once to the last commit (not pushed). I can do it individually for each file but this is taking far too long.
Many thanks!
Well I have never tried SourceTree, but you are looking for command
git reset --hard HEAD
which means reset working tree and index to the state of your latest commit. Looking at some SourceTree screenshorts there are two buttons with same icons that might help you. I guess they have different names in different SourceTree versions. You might want to check what's behind Reset or Discard button. Look to hard reset to the HEAD commit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With