Skip to content

Instantly share code, notes, and snippets.

View salvagit's full-sized avatar
🙃

salva salvagit

🙃
View GitHub Profile
git config --global alias.superlog "log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"
var si = window.setInterval(function(){
if (null !== document.querySelector('.zopim')) {
document.querySelector('body')
.removeChild(document.querySelector('.zopim'));
clearInterval(si);
}
},50);
@salvagit
salvagit / git alias
Last active May 12, 2017 13:03
Git Alias
alias g="git"
alias gs="g status"
alias gd="g diff"
alias gc="g checkout"
file_put_contents("/tmp/xxx-dev.log", "[".date('Y-m-d H:i',time())."]".$allCombos .PHP_EOL, FILE_APPEND);