Explore >> Select a destination


You are here

blog.danskingdom.com
| | vlad.website
6.4 parsecs away

Travel
| | Sometimes, you want to add some code to test something out, but you definitely want to make sure you don't git commit it. Of course, you should always check the output of git diff before you make a commit (you do, right?), but if you have a lot of changes things can slip through the cracks. A solution is to write a comment containing a string such as "nocheckin": function do_stuff() { printf("hello!!! testing!!!\n"); // nocheckin call_important_thing(); call_other_thing(); } Then, you need to set git up such that it refuses to make a commit if it detects the "nocheckin" string anywhere in your changed files. Here's how to do it.
| | danielchronlund.com
5.8 parsecs away

Travel
| | This month (November 2020) marks the two-year anniversary of my Microsoft Cloud Tech blog! This blog post contains a couple of celebration announcements that I like to share with you, but first I want to thank you all for your support during these two years! Your feedback and appreciation is what keeps me doing this!...
| | claytonerrington.com
2.6 parsecs away

Travel
| | Quick way to get the status of multiple repositories at a time
| | andrew.yurisich.com
19.6 parsecs away

Travel
|