Pinned Loading
-
gcp-lb-ssl-updater
gcp-lb-ssl-updater PublicAutomated Let's Encrypt SSL certificate renewal for Google Cloud Load Balancers
Shell
-
Checkout this approach for knowing w...
Checkout this approach for knowing what to transfer. This revision uses a local tag to track each time you use the command. The first time you use it, it pushes all files in the project. At the end of each run it updates the tag to point to HEAD. Next time you run it, it will only push files that have changed since the last push. 1#!/usr/bin/env bash2# author: Thomas Aylott SubtleGradient.com3# author: Nathan Nobbe quickshiftin.com45# Find out where HEAD is pointing -
Running GNU coreutils via Homebrew o...
Running GNU coreutils via Homebrew on your Mac? Here's a one-liner to get the manpages working! 1# Short of learning how to actually configure OSX, here's a hacky way to use2# GNU manpages for programs that are GNU ones, and fallback to OSX manpages otherwise3alias man='_() { echo $1; man -M $(brew --prefix)/opt/coreutils/libexec/gnuman $1 1>/dev/null 2>&1; if [ "$?" -eq 0 ]; then man -M $(brew --prefix)/opt/coreutils/libexec/gnuman $1; else man $1; fi }; _'
-
mage2-ordered-assets
mage2-ordered-assets PublicOrder assets (read: css tags) explicitly with an order attribute
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





