Delete last git commit
Didn’t pay attention and whoops, I managed to commit a whole bunch of files in a project that shouldn’t be in there. Nothing had been pushed yet, so I was wondering whether there would be a shortcut of getting rid…
Read more
Open-Source and related Stuff
Didn’t pay attention and whoops, I managed to commit a whole bunch of files in a project that shouldn’t be in there. Nothing had been pushed yet, so I was wondering whether there would be a shortcut of getting rid…
Read more
The other week, I had massive problems with one of our clients when rolling out a newer version of our software, which included JDBC driver updated from 5.1.42 to 8.0.16 (the latest at time of writing). In order to automatically…
Read more
Comment a block: go to first line of block Ctrl+V (or Ctrl+Q) to enter BLOCK mode go to last line of block press Shift+I to enter INSERT mode enter comment string, e.g., # and press ESC Uncomment a block: go…
Read more
Last week, I accidentally came across the debian-maven-plugin (by Wouter Bosma) on sourceforge.net: https://sourceforge.net/projects/debian-maven/ Since most of my projects are Maven based, I thought this would be great to add to the build process. At the moment, I usually only…
Read more