Repost

Looking forward to talking about all things #IndieWeb, owning your data, and some of the cool open standards and tech we've worked on to take back a bit of control 🤓

Quoted a post on Twitter
Post details

 Reply

Have you looked at git reflog? It shows a log of all operations on your local repo and allows you to do exactly that - find commit hashes to go back to, which you could then git reset --hard

 Like

Liked a post on Twitter
Post details

 Reply

In our Java projects we use a tool which fails the build if code isn't formatted correctly, but can auto-fix code style issues, so it makes it quite a nice experience as you need to do very little to get it fixed - reducing that barrier (and having things like auto fix / editors correcting things) is just the best!