Git – remove local commits
When I accidentally merge my branch into develop, I forget the command to remove (reset) any local commits. git reset –hard…
Read More
When I accidentally merge my branch into develop, I forget the command to remove (reset) any local commits. git reset –hard…
Read More
I was having problems with Sql?Management Studio 2014 running on 4K monitors. This post tells you have to fix the issue:…
Read More
When writing a windows service using c# (or vb.net), you can install the service locally using?installutil.exe. ?You can simply just install…
Read More
I was trying to find what messages were being orphaned, so I started doing a little digging to figure out how…
Read More