Skip to content

Instantly share code, notes, and snippets.

View jfs4's full-sized avatar

José Francisco da Silva IV jfs4

View GitHub Profile
#!/bin/bash
# works with a file called VERSION in the current directory,
# the contents of which should be a semantic version number
# such as "1.2.3"
# this script will display the current version, automatically
# suggest a "minor" version update, and ask for input to use
# the suggestion, or a newly entered value.
@jfs4
jfs4 / debug.php
Created July 1, 2014 14:29
Função para debug
function debug()
{
call_user_func_array('var_dump', func_get_args());
die;
}
@jfs4
jfs4 / gist:8352041
Created January 10, 2014 13:37
Git Commands
Git para preguiçosos
por Felipe Micaroni Lalli
* Este post está em constante atualização. Envie sugestões para [email protected]!
O Git é um poderoso sistema de controle de versões.
COMO INSTALAR O GIT
NO WINDOWS
Baixe e instale a versão mais recente em: