Etc
6 entries201607 · 14
Converting from maven to gradle...
Install gradle (for macOS) 1 brew install gradle There’s a manual install method.. but I prefer …
Etc3 min
201603 · 24
rebase and merge in git
I use git a lot these days and I’ve always been confused about rebase vs merge. After losing …
Etc1 min
201602 · 25
Reverting a git local commit
Specify the target repository to restore, like below (when the current checkout is develop) 1 …
Etc1 min
201512 · 18
Using Visual Studio Code as the default editor for Unity3D on Mac
When developing with Unity on Mac you usually code with MonoDevelop. But it doesn’t support …
Etc1 min
201512 · 15
Disabling the cache when testing MariaDB queries
When tuning queries, run this first to see uncached results. 1 RESET QUERY CACHE;
Etc1 min
201510 · 30
Splitting log files by time + size in logback
With logback, the file rolls over when the day passes or the size goes over 100MB. Add the …
Etc1 min