Etc
6 entries
201607 · 14
Converting from maven to gradle...
There's a manual install method.. but I prefer automatic installs like the above doesn't everyone For manual install see the site…
Etc2 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.
Etc1 min
201602 · 25
Reverting a git local commit
Specify the target repository to restore, like below (when the current checkout is develop) If you don't specify a repository, it seems to revert…
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 Korean, which was really annoying.
Etc1 min
201512 · 15
Disabling the cache when testing MariaDB queries
When tuning queries, run this first to see uncached results.
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.
Etc1 min