This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
st = status | |
s = status -s | |
f = !git fetch -a --no-tags && git status ;: | |
fp = !git fetch -a --no-tags && git pull | |
p = pull | |
ch = checkout | |
co = checkout | |
cm = checkout master | |
cb = checkout -b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name SpamGourmet Hack | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Custom JavaScript to make it easy to manage email addresses on SpamGourmet. | |
// @author Tony Hunt | |
// @match https://www.spamgourmet.com/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-2.2.4.min.js | |
// ==/UserScript== |