Skip to content

Instantly share code, notes, and snippets.

View marc-hughes's full-sized avatar

Marc Hughes marc-hughes

  • Hughes Software Development LLC
  • Auburn, MA
View GitHub Profile
@marc-hughes
marc-hughes / gist:7ddfdb652215ddb7fb5d5fcea4daf11a
Created December 17, 2022 23:55 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@marc-hughes
marc-hughes / git-branch-delete.sh
Created October 9, 2017 13:45
An interactive bash shell script to delete remote git branches
#!/bin/bash
# An interactive script that allows you to delete multiple remote branches from
# a git repository with confirmation before deletion.
#
# Provide the path to the git repo as an argument to the script or it will
# prompt you for the path to the repo
#
# @version 0.1
# @author Evan Reeves <develop@evanreeves.com>
@marc-hughes
marc-hughes / gist:487881
Last active September 5, 2015 11:54 — forked from ahoward/gist:487804
---
layout: default
title: ScrumDo - Some sub title
---
# Something Important
Include some source from a gist [here.](https://gist.github.com/marc-hughes/487881)