This file contains 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
# GIT / GIT FLOW ALIASES | |
alias gs="git stash" | |
alias gsa="git stash apply" | |
alias gsl="git stash list" | |
alias gsc="git stash clear" | |
alias gft="git fetch --tags" | |
alias gpt="git push --tags" | |
alias gcm="git checkout master" |
This file contains 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
//SAVE THIS BOOKMARK AS COOL | |
javascript:var COOL = Tug.utils.registerMousePosition(window.width); for (i=0;i<=100;i++){socket.emit('click', { click: true, vote: COOL});} | |
//SAVE THIS BOOKMARK AS CRAP | |
javascript:var CRAP = Tug.utils.registerMousePosition(0); for (i=0;i<=100;i++){socket.emit('click', { click: true, vote: CRAP});} |