- Show the first commit:
git log --reverse --max-count=1 - Non-merge commits to
master:git rev-list --no-merges master --count - Number of non-merge commits in
masterper author:git shortlog -s -n --no-merges master - Merges to
master:git rev-list --merges --first-parent master --count
If you want to see the commits in question, you can replace --count with something like --pretty=oneline.
| Abolishing Pedestrian Posturing | |
| Abstracting Loading Procedures | |
| Activating Deviance Threshold | |
| Activating Hotel Staff | |
| Activating Story Arc | |
| Adapting Behavioral Model | |
| Adding Hidden Agendas | |
| Adjusting Acceptable Apparel | |
| Adjusting Bell Curves | |
| Adjusting Emotional Weights |
Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
Based on this gist.
TODO
// see: https://github.com/chadoe/docker-cleanup-volumes
| curl -X PUT -T test_s3.txt -L "https://your-bucket.s3.amazonaws.com/url-stuff" |
Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
// see: https://github.com/chadoe/docker-cleanup-volumes
$ docker volume rm $(docker volume ls -qf dangling=true)
$ docker volume ls -qf dangling=true | xargs -r docker volume rm
| ========================== | |
| How Software Companies Die | |
| ========================== | |
| - Orson Scott Card | |
| The environment that nurtures creative programmers kills management and | |
| marketing types - and vice versa. | |
| Programming is the Great Game. It consumes you, body and soul. When | |
| you're caught up in it, nothing else matters. When you emerge into |
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
- A Russian translation of this article can be found here, contributed by Timur Demin.
- A Turkish translation can be found here, contributed by agyild.
- There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
| Adding Hidden Agendas | |
| Adjusting Bell Curves | |
| Aesthesizing Industrial Areas | |
| Aligning Covariance Matrices | |
| Applying Feng Shui Shaders | |
| Applying Theatre Soda Layer | |
| Asserting Packed Exemplars | |
| Attempting to Lock Back-Buffer | |
| Binding Sapling Root System | |
| Breeding Fauna |